diff options
author | Johannes Doerfert <jdoerfert@anl.gov> | 2019-01-19 09:40:08 +0000 |
---|---|---|
committer | Johannes Doerfert <jdoerfert@anl.gov> | 2019-01-19 09:40:08 +0000 |
commit | 14b1a6ad4c61727ce154ecc3e77e707a4900fcb0 (patch) | |
tree | d04a15c7a426e359b8a2947e0cf7337fcb75b7e1 /clang/test/CodeGen/callback_pthread_create.c | |
parent | 043a0873e27e19a6198f992f360dc28a750657a4 (diff) | |
download | bcm5719-llvm-14b1a6ad4c61727ce154ecc3e77e707a4900fcb0.tar.gz bcm5719-llvm-14b1a6ad4c61727ce154ecc3e77e707a4900fcb0.zip |
[NFC] Generalize expected output for callback test
llvm-svn: 351642
Diffstat (limited to 'clang/test/CodeGen/callback_pthread_create.c')
-rw-r--r-- | clang/test/CodeGen/callback_pthread_create.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/callback_pthread_create.c b/clang/test/CodeGen/callback_pthread_create.c index d751e8abb3f..7184f82ca34 100644 --- a/clang/test/CodeGen/callback_pthread_create.c +++ b/clang/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} |