summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Doerfert <jdoerfert@anl.gov>2019-01-19 09:40:08 +0000
committerJohannes Doerfert <jdoerfert@anl.gov>2019-01-19 09:40:08 +0000
commit5d5db72fe1d0756201f7097d4ca8ac9d1b92f9d3 (patch)
tree5721ea4cc363517462e34a654a6245df7d470ea6
parentd3b90687b19814a39bcbd045d71af53737b4622c (diff)
[NFC] Generalize expected output for callback test
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@351642 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/CodeGen/callback_pthread_create.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/callback_pthread_create.c b/test/CodeGen/callback_pthread_create.c
index d751e8abb3..7184f82ca3 100644
--- a/test/CodeGen/callback_pthread_create.c
+++ b/test/CodeGen/callback_pthread_create.c
@@ -1,7 +1,7 @@
// RUN: %clang -O1 %s -S -c -emit-llvm -o - | FileCheck %s
// RUN: %clang -O1 %s -S -c -emit-llvm -o - | opt -ipconstprop -S | FileCheck --check-prefix=IPCP %s
-// CHECK: declare !callback ![[cid:[0-9]+]] dso_local i32 @pthread_create
+// CHECK: declare !callback ![[cid:[0-9]+]] {{.*}}i32 @pthread_create
// CHECK: ![[cid]] = !{![[cidb:[0-9]+]]}
// CHECK: ![[cidb]] = !{i64 2, i64 3, i1 false}