From 131a3cfab46ff8eb03ae102a39ea35b7f5e11d1b Mon Sep 17 00:00:00 2001 From: Christopher Di Bella Date: Wed, 19 Feb 2025 16:47:22 -0800 Subject: [PATCH] [CIR] updates test for 75ea7aed (#127917) --- clang/test/CIR/emit-actions.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/test/CIR/emit-actions.cpp b/clang/test/CIR/emit-actions.cpp index 94ddf23b3475..3cfb3d32e8e2 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