| Issue |
181304
|
| Summary |
Add support for optional config file includes
|
| Labels |
new issue
|
| Assignees |
|
| Reporter |
xnox
|
Both clang and GCC support including additional config and spec files.
GCC also supports optional file includes (include no error, if missing). But clang does not.
It would be extremely helpful to support optional includes. For me this is to support optional includes that may or may not be present. For example package build system metadata; overrides for different glibc versions - which may or may not be present on a given builder.
Please extend config parsing with a new stanza for an optional file include, that does not error out if the file is missing.
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs