15 lines · plain
1// Test online merging with empty data section.2// RUN: rm -rf %t.dir && split-file %s %t.dir && cd %t.dir3// RUN: %clangxx_profgen -fcoverage-mapping -o %t main.c -fprofile-list=funlist4// RUN: env LLVM_PROFILE_FILE='a%m.profraw' %t5// RUN: env LLVM_PROFILE_FILE='a%m.profraw' %t 2>&1 | FileCheck %s --allow-empty6 7// CHECK-NOT: LLVM Profile Error8 9//--- main.c10int main() {}11 12//--- funlist13[clang]14default:skip15