[cfi] Disable thinlto tests on Darwin.
authorAhmed Bougacha <ahmed.bougacha@gmail.com>
Sat, 22 Apr 2017 00:07:47 +0000 (00:07 +0000)
committerAhmed Bougacha <ahmed.bougacha@gmail.com>
Sat, 22 Apr 2017 00:07:47 +0000 (00:07 +0000)
commitea84c1687c1215674c78568cb46f6ee5701a3cf0
treedbeddf4503389aaeec1c6467a80e666ef7dff177
parent01d17e7c5f8c19b3e63ab3bf90ecf11b60175c5e
[cfi] Disable thinlto tests on Darwin.

These were added in r301016, but they're failing, because
-fsanitize=cfi seemingly causes -flto=thin to emit raw bitcode objects,
rather than the mach-o-wrapped bitcode we emit with -flto=thin alone.

That causes all tests to fail with ld64 errors.

Filed PR32741.

llvm-svn: 301065
compiler-rt/test/cfi/CMakeLists.txt