Commit f82ae3ad authored by Vedant Kumar's avatar Vedant Kumar
Browse files

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.
parent 0fafb4be
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
// 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 \