[compiler-rt] 806bb1e - Second attempt to disable instrprof-merging.cpp

Vedant Kumar via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 2 09:27:02 PST 2020


Author: Vedant Kumar
Date: 2020-03-02T09:26:52-08:00
New Revision: 806bb1e029bb26ca2b2253341a9e196348f9625e

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

LOG: Second attempt to disable instrprof-merging.cpp

The first attempt in f82ae3ad was not handled correctly, as
'UNSUPPORTED: *' is not accepted by lit.

Added: 
    compiler-rt/test/profile/instrprof-merging.disabled

Modified: 
    

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


################################################################################
diff  --git a/compiler-rt/test/profile/instrprof-merging.cpp b/compiler-rt/test/profile/instrprof-merging.disabled
similarity index 99%
rename from compiler-rt/test/profile/instrprof-merging.cpp
rename to compiler-rt/test/profile/instrprof-merging.disabled
index 6db048507cc5..692b049ec45c 100644
--- a/compiler-rt/test/profile/instrprof-merging.cpp
+++ b/compiler-rt/test/profile/instrprof-merging.disabled
@@ -1,4 +1,3 @@
-// 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