[clang] 131a3cf - [CIR] updates test for 75ea7aed (#127917)

via cfe-commits cfe-commits at lists.llvm.org
Wed Feb 19 16:47:26 PST 2025


Author: Christopher Di Bella
Date: 2025-02-19T16:47:22-08:00
New Revision: 131a3cfab46ff8eb03ae102a39ea35b7f5e11d1b

URL: https://github.com/llvm/llvm-project/commit/131a3cfab46ff8eb03ae102a39ea35b7f5e11d1b
DIFF: https://github.com/llvm/llvm-project/commit/131a3cfab46ff8eb03ae102a39ea35b7f5e11d1b.diff

LOG: [CIR] updates test for 75ea7aed (#127917)

Added: 
    

Modified: 
    clang/test/CIR/emit-actions.cpp

Removed: 
    


################################################################################
diff  --git a/clang/test/CIR/emit-actions.cpp b/clang/test/CIR/emit-actions.cpp
index 94ddf23b34753..3cfb3d32e8e2c 100644
--- a/clang/test/CIR/emit-actions.cpp
+++ b/clang/test/CIR/emit-actions.cpp
@@ -11,7 +11,7 @@
 
 int x = 1;
 
-// BC: @x = dso_local global i32 1
+// BC: @x = {{(dso_local )?}}global i32 1
 
 // ASM: x:
 // ASM: .long   1


        


More information about the cfe-commits mailing list