Skip to content
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

Closed
llvmbot opened this issue Jun 30, 2010 · 11 comments
Closed

[inline asm] spandsp compilation failure #7900

llvmbot opened this issue Jun 30, 2010 · 11 comments
Labels
bugzilla Issues migrated from bugzilla clang:codegen

Comments

@llvmbot
Copy link
Member

llvmbot commented Jun 30, 2010

Bugzilla Link 7528
Resolution FIXED
Resolved on Jul 14, 2010 00:17
Version trunk
OS Linux
Attachments clang output, gdb bt output, gdb bt full output, gcc preprocessed source
Reporter LLVM Bugzilla Contributor
CC @lattner

Extended Description

clang version 2.8 (trunk 107247)
Target: x86_64-unknown-linux-gnu
Thread model: posix

@lattner
Copy link
Collaborator

lattner commented Jul 5, 2010

Please include the clang preprocessed output, formed with 'clang -E ...' thanks!

@llvmbot
Copy link
Member Author

llvmbot commented Jul 5, 2010

@llvmbot
Copy link
Member Author

llvmbot commented Jul 6, 2010

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....

@llvmbot
Copy link
Member Author

llvmbot commented Jul 7, 2010

fixed in 107727.

@lattner
Copy link
Collaborator

lattner commented Jul 7, 2010

Thanks Dale!

@llvmbot
Copy link
Member Author

llvmbot commented Jul 7, 2010

Still the same crash, preprocessed source is the same.

clang version 2.8 (trunk 107753)
Target: x86_64-unknown-linux-gnu
Thread model: posix

@llvmbot
Copy link
Member Author

llvmbot commented Jul 7, 2010

Oops, the bug I fixed applies to PR 4752...this one is quite different and probably not a recent introduction.

@llvmbot
Copy link
Member Author

llvmbot commented Jul 7, 2010

small source

@llvmbot
Copy link
Member Author

llvmbot commented Jul 7, 2010

small .ll file

@llvmbot
Copy link
Member Author

llvmbot commented Jul 13, 2010

Really fixed in 108268.

@llvmbot
Copy link
Member Author

llvmbot commented Jul 14, 2010

Thanks!

@llvmbot llvmbot transferred this issue from llvm/llvm-bugzilla-archive Dec 3, 2021
daniel-grumberg pushed a commit to daniel-grumberg/llvm-project that referenced this issue Dec 20, 2023
…ase-mismatch-fix

[clang][lex] Fix non-portability diagnostics with absolute path (llvm#74782)
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugzilla Issues migrated from bugzilla clang:codegen
Projects
None yet
Development

No branches or pull requests

2 participants