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