-
Notifications
You must be signed in to change notification settings - Fork 12.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[inline asm] spandsp compilation failure #7900
Comments
Please include the clang preprocessed output, formed with 'clang -E ...' thanks! |
I broke this while fixing some other inline asm stuff. Looks like the right thing to do is accept RIP-relative references, but only emit the (%RIP) if the "a" modifier is present.... |
fixed in 107727. |
Thanks Dale! |
Still the same crash, preprocessed source is the same. clang version 2.8 (trunk 107753) |
Oops, the bug I fixed applies to PR 4752...this one is quite different and probably not a recent introduction. |
Really fixed in 108268. |
Thanks! |
…ase-mismatch-fix [clang][lex] Fix non-portability diagnostics with absolute path (llvm#74782)
bt
output, gdbbt full
output, gcc preprocessed sourceExtended Description
clang version 2.8 (trunk 107247)
Target: x86_64-unknown-linux-gnu
Thread model: posix
The text was updated successfully, but these errors were encountered: