Second attempt to disable instrprof-merging.cpp
authorVedant Kumar <vsk@apple.com>
Mon, 2 Mar 2020 17:25:22 +0000 (09:25 -0800)
committerVedant Kumar <vsk@apple.com>
Mon, 2 Mar 2020 17:26:52 +0000 (09:26 -0800)
The first attempt in f82ae3ad was not handled correctly, as
'UNSUPPORTED: *' is not accepted by lit.

compiler-rt/test/profile/instrprof-merging.disabled [moved from compiler-rt/test/profile/instrprof-merging.cpp with 99% similarity]

@@ -1,4 +1,3 @@
-// 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 \