Mercurial > hg > CbC > CbC_llvm
diff clang/test/CodeGen/xray-attr-list.cpp @ 207:2e18cbf3894f
LLVM12
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 08 Jun 2021 06:07:14 +0900 |
parents | 1d019706d866 |
children |
line wrap: on
line diff
--- a/clang/test/CodeGen/xray-attr-list.cpp Mon May 25 11:55:54 2020 +0900 +++ b/clang/test/CodeGen/xray-attr-list.cpp Tue Jun 08 06:07:14 2021 +0900 @@ -11,9 +11,9 @@ [[clang::xray_never_instrument]] void alwaysNever() {} [[clang::xray_always_instrument]] void neverAlways() {} -// CHECK: define void @_Z6alwaysv() #[[ALWAYSATTR:[0-9]+]] { -// CHECK: define void @_Z5neverv() #[[NEVERATTR:[0-9]+]] { -// CHECK: define void @_Z11alwaysNeverv() #[[NEVERATTR]] { -// CHECK: define void @_Z11neverAlwaysv() #[[ALWAYSATTR]] { +// CHECK: define{{.*}} void @_Z6alwaysv() #[[ALWAYSATTR:[0-9]+]] { +// CHECK: define{{.*}} void @_Z5neverv() #[[NEVERATTR:[0-9]+]] { +// CHECK: define{{.*}} void @_Z11alwaysNeverv() #[[NEVERATTR]] { +// CHECK: define{{.*}} void @_Z11neverAlwaysv() #[[ALWAYSATTR]] { // CHECK: attributes #[[ALWAYSATTR]] = {{.*}} "function-instrument"="xray-always" {{.*}} // CHECK: attributes #[[NEVERATTR]] = {{.*}} "function-instrument"="xray-never" {{.*}}