We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 918c5a9 commit f018a5fCopy full SHA for f018a5f
compiler-rt/test/fuzzer/coverage.test
@@ -1,7 +1,7 @@
1
# FIXME: Disabled on Windows because -fPIC cannot be used to compile for Windows.
2
UNSUPPORTED: windows
3
# FIXME: CreatePCArray() emits PLT stub addresses for entry blocks, which are ignored by TracePC::PrintCoverage().
4
-XFAIL: s390x
+UNSUPPORTED: s390x
5
RUN: %cpp_compiler -mllvm -use-unknown-locations=Disable %S/NullDerefTest.cpp -o %t-NullDerefTest
6
RUN: %cpp_compiler -mllvm -use-unknown-locations=Disable %S/DSO1.cpp -fPIC %ld_flags_rpath_so1 -O0 -shared -o %dynamiclib1
7
RUN: %cpp_compiler -mllvm -use-unknown-locations=Disable %S/DSO2.cpp -fPIC %ld_flags_rpath_so2 -O0 -shared -o %dynamiclib2
0 commit comments