|
|
| Bugzilla Link |
9033 |
| Resolution |
FIXED |
| Resolved on |
Mar 03, 2011 16:32 |
| Version |
trunk |
| OS |
Linux |
| Attachments |
Potential fix |
| CC |
@asl |
Extended Description
Consider the following input:
.section "foo bar"
With the patch from PR 8948, llvm-mc gives the following output:
.section __TEXT,__text,regular,pure_instructions
.section foo bar,"",@progbits
This is not equivalent to the original input and can't be parsed.