diff options
Diffstat (limited to 'test/profile/Linux/comdat_rename.test')
-rw-r--r-- | test/profile/Linux/comdat_rename.test | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/profile/Linux/comdat_rename.test b/test/profile/Linux/comdat_rename.test new file mode 100644 index 0000000000000..cd5c672de4f25 --- /dev/null +++ b/test/profile/Linux/comdat_rename.test @@ -0,0 +1,6 @@ +// RUN: rm -fr %t.prof +// RUN: %clangxx_pgogen=%t.prof/ -o %t.gen -O2 %S/../Inputs/comdat_rename_1.cc %S/../Inputs/comdat_rename_2.cc +// RUN: %run %t.gen +// RUN: llvm-profdata merge -o %t.profdata %t.prof/ +// RUN: %clangxx_profuse=%t.profdata -O2 -emit-llvm -S %S/../Inputs/comdat_rename_1.cc -o - | FileCheck %S/../Inputs/comdat_rename_1.cc +// RUN: %clangxx_profuse=%t.profdata -O2 -emit-llvm -S %S/../Inputs/comdat_rename_2.cc -o - | FileCheck %S/../Inputs/comdat_rename_2.cc |