`llvm-as` fails on `@val = external default global i32 123`
Closed this issue · 2 comments
kquick commented
Testing shows that the LLVM Project llvm-as
assembler does not accept either external
or default
for these declarations. It accepts: @val = global i32 123
.
RyanGlScott commented
What is the relationship between this issue and #123?