Use config.clang as a more general option than config.c_compiler.
Details
Diff Detail
- Repository
- rCRT Compiler Runtime
Event Timeline
test/fuzzer/lit.cfg | ||
---|---|---|
53 |
Well then they don't get to run the LIT tests, which are tightly coupled with trunk version of Clang. | |
65 | I guess it could be changed. The logic here was to have all names which go into the final compilation command be postfixed with _cmd |
test/fuzzer/lit.cfg | ||
---|---|---|
65 | Sure, I think the final variable should be called sanitizers_cmd, but it does seem a bit confusing to change the type of sanitizers_cmd from a list to a string here. |
test/fuzzer/lit.cfg | ||
---|---|---|
71 | It stops being one-liner in a subsequent revision. |
test/fuzzer/lit.cfg | ||
---|---|---|
59 | that's more complex though, it has nested if-s, and the current version explicitly enumerates four conditions |
How is config.clang more general than config.c_compiler? What if the host doesn't have clang installed?