[compiler-rt] f82ae3a - Disable instrprof-merging.cpp to unblock bots while I investigate

Vedant Kumar via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 2 07:52:39 PST 2020


Author: Vedant Kumar
Date: 2020-03-02T07:52:30-08:00
New Revision: f82ae3ad8f1be8eda57077fc15f857a5b5f89906

URL: https://github.com/llvm/llvm-project/commit/f82ae3ad8f1be8eda57077fc15f857a5b5f89906
DIFF: https://github.com/llvm/llvm-project/commit/f82ae3ad8f1be8eda57077fc15f857a5b5f89906.diff

LOG: Disable instrprof-merging.cpp to unblock bots while I investigate

After D69471, this test started failing on powerpc64, s390x and on a
sanitizer bot. Disable the test while I investigate.

Added: 
    

Modified: 
    compiler-rt/test/profile/instrprof-merging.cpp

Removed: 
    


################################################################################
diff  --git a/compiler-rt/test/profile/instrprof-merging.cpp b/compiler-rt/test/profile/instrprof-merging.cpp
index 26c191a71537..6db048507cc5 100644
--- a/compiler-rt/test/profile/instrprof-merging.cpp
+++ b/compiler-rt/test/profile/instrprof-merging.cpp
@@ -1,4 +1,4 @@
-// UNSUPPORTED: powerpc64
+// UNSUPPORTED: *
 // 1) Compile shared code into 
diff erent object files and into an executable.
 
 // RUN: %clangxx_profgen -std=c++14 -fcoverage-mapping %s -c -o %t.v1.o \


        


More information about the llvm-commits mailing list