Skip to content

Commit

Permalink
Disable instrprof-merging.cpp to unblock bots while I investigate
Browse files Browse the repository at this point in the history
After D69471, this test started failing on powerpc64, s390x and on a
sanitizer bot. Disable the test while I investigate.
  • Loading branch information
vedantk committed Mar 2, 2020
1 parent 0fafb4b commit f82ae3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler-rt/test/profile/instrprof-merging.cpp
@@ -1,4 +1,4 @@
// UNSUPPORTED: powerpc64
// UNSUPPORTED: *
// 1) Compile shared code into different object files and into an executable.

// RUN: %clangxx_profgen -std=c++14 -fcoverage-mapping %s -c -o %t.v1.o \
Expand Down

0 comments on commit f82ae3a

Please sign in to comment.