Introduce a fatal error if any thread local storage code is compiled
using pc relative memory operations as well as a hidden override
option -enable-ppc-pcrel-tls so that this support can be incrementally
added if possible.
Details
Details
- Reviewers
stefanp nemanjai NeHuang - Group Reviewers
Restricted Project - Commits
- rGd8c6d083c954: [PowerPC][PCRelative] Set TLS unsupported with PC relative memops
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Feel free to address the comment when committing the patch.
llvm/test/CodeGen/PowerPC/pcrel-tls.ll | ||
---|---|---|
5 | This doesn't work on every configuration. Please remove it and we can add a run line once PC-Rel TLS is implemented and no longer trips the assert. |
This doesn't work on every configuration. Please remove it and we can add a run line once PC-Rel TLS is implemented and no longer trips the assert.