-
Bug
-
Resolution: Fixed
-
P4
-
repo-panama
Libclang always attempts to infer host environment variables, such as standard includes and standard libraries paths. This can cause inconsistencies when reparsing macro snippets, and in efficiencies, as libclang picks up more headers than it should.
A way to disable this behavior is to pass the "-Xnostdinc" option to the reparse unit.
A way to disable this behavior is to pass the "-Xnostdinc" option to the reparse unit.
- relates to
-
JDK-8220163 jextract drivers used in jtreg tests should not depend on platform specific headers
-
- Resolved
-