1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-18 18:42:46 +02:00

[libFuzzer] Re-enable coverage.test on Darwin.

llvm-svn: 310750
This commit is contained in:
George Karpenkov 2017-08-11 20:30:52 +00:00
parent aac1c7e1d0
commit dd6730b275

View File

@ -1,5 +1,3 @@
XFAIL: darwin
RUN: %cpp_compiler -mllvm -use-unknown-locations=Disable %S/NullDerefTest.cpp -o %t-NullDerefTest
RUN: %cpp_compiler -mllvm -use-unknown-locations=Disable %S/DSO1.cpp -fPIC -shared -o %t-DSO1.so
RUN: %cpp_compiler -mllvm -use-unknown-locations=Disable %S/DSO2.cpp -fPIC -shared -o %t-DSO2.so