Mercurial > hg > CbC > CbC_llvm
diff clang/test/CodeGen/xcore-abi.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 | 1f2b6ac9f198 |
line wrap: on
line diff
--- a/clang/test/CodeGen/xcore-abi.cpp Mon May 25 11:55:54 2020 +0900 +++ b/clang/test/CodeGen/xcore-abi.cpp Tue Jun 08 06:07:14 2021 +0900 @@ -9,9 +9,9 @@ // CHECK: @cgx = external constant i32 extern const int cgx; int fcgx() { return cgx;} -// CHECK: @g1 = global i32 0, align 4 +// CHECK: @g1 ={{.*}} global i32 0, align 4 int g1; -// CHECK: @cg1 = constant i32 0, align 4 +// CHECK: @cg1 ={{.*}} constant i32 0, align 4 extern const int cg1 = 0; // Regression test for a bug in lib/CodeGen/CodeGenModule.cpp which called