llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT--> @llvm/pr-subscribers-clangir Author: Christopher Di Bella (cjdb) <details> <summary>Changes</summary> --- Full diff: https://github.com/llvm/llvm-project/pull/127917.diff 1 Files Affected: - (modified) clang/test/CIR/emit-actions.cpp (+1-1) ``````````diff diff --git a/clang/test/CIR/emit-actions.cpp b/clang/test/CIR/emit-actions.cpp index 94ddf23b34753..969c10a1fc2bc 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 = global i32 1, align 4 // ASM: x: // ASM: .long 1 `````````` </details> https://github.com/llvm/llvm-project/pull/127917 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits