Second attempt to disable instrprof-merging.cpp

The first attempt in f82ae3ad was not handled correctly, as
'UNSUPPORTED: *' is not accepted by lit.
This commit is contained in:
Vedant Kumar 2020-03-02 09:25:22 -08:00
parent de5a81b102
commit 806bb1e029
1 changed files with 0 additions and 1 deletions

View File

@ -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 \