[PATCH] D22836: Add option to diable Bitcode tests. Tests are enabled by default.
Matthias Braun via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 26 19:04:48 PDT 2016
MatzeB added a comment.
Hey Alina, please take a look at https://reviews.llvm.org/D22843. The changes there allow you to specify a minimum clang version and only trigger for "Clang" but not "AppleClang". I did not add an AppleClang case because as far as I can see the last released version of apple clang does not parse the bitcode correctly (people can still enable bitcode tests on appleclang by setting the option of course).
https://reviews.llvm.org/D22836
More information about the llvm-commits
mailing list