For the Bitcode tests, there is a large number of tests that do not have or need a reference file, leading to a warning for each test.
Yet, it's still cleaner to use the same methods in SingleMulti.cmake which trigger the warning.
Attempting to bypass this by adding a default reference which can apply to a large number of tests.
Alternative suggestions on addressing this are welcome.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
There is a bunch of if(NOT DEFINED ... in this CMake file, can this be used to add a new variable and test with If(NOT DEFINED NO_REFERENCE_OUTPUT) (or similar)?