Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / compiler-rt / test / profile / instrprof-merge-empty-data.test
blob84b06f2cc16ab22c43a94e5396159508b71a1908
1 // Test online merging with empty data section.
2 // RUN: rm -rf %t.dir && split-file %s %t.dir && cd %t.dir
3 // RUN: %clangxx_profgen -fcoverage-mapping -o %t main.c -fprofile-list=funlist
4 // RUN: env LLVM_PROFILE_FILE='a%m.profraw' %t
5 // RUN: env LLVM_PROFILE_FILE='a%m.profraw' %t 2>&1 | FileCheck %s --allow-empty
7 // CHECK-NOT: LLVM Profile Error
9 //--- main.c
10 int main() {}
12 //--- funlist
13 [clang]
14 default:skip