-
Notifications
You must be signed in to change notification settings - Fork 2
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
Crash in MSP430 DAG->DAG Pattern Instruction Selection #72
Comments
Here is a small repro, run with llc -relocation-model=pic
|
We should not allow / disable PIC |
Disable dynamic completely, or just disable PIC (e.g. dynamic-no-pic) ? |
I don't think we will ever have shared libraries / position-independent binaries. So, all non-static modes should be just ignored |
OK, I've verified that -shared is already ignored, so PIC/PIE settings is the only thing to disable. I've submitted chbessonova#3 to @chbessonova , as the |
gcc_personality_v0-ae2857.zip
The text was updated successfully, but these errors were encountered: