diff options
| author | Reid Kleckner <rnk@google.com> | 2019-02-10 20:17:07 +0000 |
|---|---|---|
| committer | Reid Kleckner <rnk@google.com> | 2019-02-10 20:17:07 +0000 |
| commit | 5bbdfeace66b3d494eb7a9a0256967f4914119e7 (patch) | |
| tree | 8d570ee639e4027d7cdc4bf1762c109e69a05271 /clang/test/Profile/cxx-throws.cpp | |
| parent | ea246114bbed06e6ce69600fcc458583d60781aa (diff) | |
| download | bcm5719-llvm-5bbdfeace66b3d494eb7a9a0256967f4914119e7.tar.gz bcm5719-llvm-5bbdfeace66b3d494eb7a9a0256967f4914119e7.zip | |
Fix clang tests broken by r353547 that depend on InstrProf
llvm-svn: 353653
Diffstat (limited to 'clang/test/Profile/cxx-throws.cpp')
| -rw-r--r-- | clang/test/Profile/cxx-throws.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/clang/test/Profile/cxx-throws.cpp b/clang/test/Profile/cxx-throws.cpp index ef56c8b2880..f6c0f52b67a 100644 --- a/clang/test/Profile/cxx-throws.cpp +++ b/clang/test/Profile/cxx-throws.cpp @@ -10,9 +10,9 @@ // RUN: %clang_cc1 %s -o - -emit-llvm -fprofile-instrument-use-path=%t.profdata -fexceptions -fcxx-exceptions -triple %itanium_abi_triple | FileCheck -check-prefix=PGOUSE %s // RUN: %clang_cc1 %s -o - -emit-llvm -fprofile-instrument-use-path=%t.profdata -fexceptions -fcxx-exceptions -triple %itanium_abi_triple | FileCheck -check-prefix=PGOUSE-EXC %s -// PGOGEN: @[[THC:__profc__Z6throwsv]] = private global [9 x i64] zeroinitializer -// PGOGEN-EXC: @[[THC:__profc__Z6throwsv]] = private global [9 x i64] zeroinitializer -// PGOGEN: @[[UNC:__profc__Z11unreachablei]] = private global [3 x i64] zeroinitializer +// PGOGEN: @[[THC:__profc__Z6throwsv]] = {{(private|internal)}} global [9 x i64] zeroinitializer +// PGOGEN-EXC: @[[THC:__profc__Z6throwsv]] = {{(private|internal)}} global [9 x i64] zeroinitializer +// PGOGEN: @[[UNC:__profc__Z11unreachablei]] = {{(private|internal)}} global [3 x i64] zeroinitializer // PGOGEN-LABEL: @_Z6throwsv() // PGOUSE-LABEL: @_Z6throwsv() |

