summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/ASTUnit.cpp
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2010-03-09 18:31:07 +0000
committerBill Wendling <isanbard@gmail.com>2010-03-09 18:31:07 +0000
commit9481181d405ac024426b7f38a1071f1314073eb6 (patch)
tree261ea5fb377e9b9d7de194d370a498baf227d72e /clang/lib/Frontend/ASTUnit.cpp
parentc420c4cb4eb649226bc882749bac9e4ecc59b218 (diff)
downloadbcm5719-llvm-9481181d405ac024426b7f38a1071f1314073eb6.tar.gz
bcm5719-llvm-9481181d405ac024426b7f38a1071f1314073eb6.zip
The ARM EH experiment worked!
Place the LSDA into the TEXT section for ARM platforms. This involves making the encoding indirect, pcrel, and sdata4 instead of an absolute pointer. The references to the type infos are then non-lazy pointers. Revision 98019 changed the encoding of non-lazy pointers to add the symbol to the non-lazy pointer definition if it's a local symbol (otherwise, it's external and set to '0' so that the loader can adjust it to the real value). This paved the way for this change to work on ARM. llvm-svn: 98068
Diffstat (limited to 'clang/lib/Frontend/ASTUnit.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud