mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Codegen with better annotations on globals.
This commit is contained in:
committed by
Christoffer Lerno
parent
041c096801
commit
ea3b50d039
@@ -10,8 +10,8 @@ fn int main()
|
||||
|
||||
/* #expect: foo.ll
|
||||
|
||||
@.str = private constant [3 x i8] c"ab\00", align 1
|
||||
@.str.1 = private constant [4 x i8] c"abc\00", align 1
|
||||
@.str = private unnamed_addr constant [3 x i8] c"ab\00", align 1
|
||||
@.str.1 = private unnamed_addr constant [4 x i8] c"abc\00", align 1
|
||||
|
||||
define i32 @main() #0 {
|
||||
entry:
|
||||
|
||||
Reference in New Issue
Block a user