| Issue |
63850
|
| Summary |
Error: unterminated attribute group using llvm-as
|
| Labels |
new issue
|
| Assignees |
|
| Reporter |
clw5710
|
I am trying to use LLVM assembler to translate a human-readable LLVM assembly language file to LLVM bitcode. I am using LLVM 10.0. When I run the command `llvm-as 04_llvm.ll` I get `error:unterminated attribute group attributes #0 = { nocallback nofree nounwind willreturn memory(argmem: readwrite) }`. I can post the full code but it's 800 lines.
What could be causing this issue?
Thank you
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs