-
Bug
-
Resolution: Fixed
-
P3
-
repo-panama
-
generic
-
generic
clang builtin header files like stdbool.h are mapped to "clang_support" package. But if jextracted code of two different libraries are put in two different modules, there will be "clang_support" package in both modules. This is not allowed. jextract should generate "clang_support" under user specified target package. This will make sure there won't be any split package across modules.