[PATCH] D22836: Add option to diable Bitcode tests. Tests are enabled by default.

Alina Sbirlea via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 27 08:58:05 PDT 2016


asbirlea added a comment.

Ah, now I see your point about reading older bitcode. There will probably be a cmake option or different bitcode folders depending on the version. The check in the cmake file checking the version will still need to match at the time of adding bitcode 4.0 if it's mixed with the 3.9,  or all tests be updated to the latest version.
The opt-in vs opt-out option still remains and honestly either option is fine with me. I do think the cmake flags make both options easier for out-of-tree compilers to set testing preferences.


https://reviews.llvm.org/D22836





More information about the llvm-commits mailing list