[LLVMdev] [compiler-rt] lit tests without x86
Greg Fitzgerald
garious at gmail.com
Fri Oct 25 14:45:17 PDT 2013
Are there any sanitizer lit tests in non-X86 configurations? For example:
$ cmake -DLLVM_TARGETS_TO_BUILD=ARM \
-DLLVM_DEFAULT_TARGET_TRIPLE=arm-none-linux-gnueabi \
-DLLVM_TARGET_ARCH=arm-none-linux-gnueabi
All ASan tests were removed from the build and all the other
sanitizers have tests but they all fail. Should they all be disabled
too? Or can we add a REQUIRES tag to get lit to mark them as
'unsupported'?
Thanks,
Greg
More information about the llvm-dev
mailing list