[clang] [CIR] updates test for 75ea7aed (PR #127917)
via cfe-commits
cfe-commits at lists.llvm.org
Wed Feb 19 14:46:13 PST 2025
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
More information about the cfe-commits
mailing list