diff options
author | Tim Northover <tnorthover@apple.com> | 2014-06-30 09:49:37 +0000 |
---|---|---|
committer | Tim Northover <tnorthover@apple.com> | 2014-06-30 09:49:37 +0000 |
commit | 9ee99353583e527fd39fb33f6f58fe3b7c0567d0 (patch) | |
tree | b9586fceea69468c0770a97220b5fafe040c44fa /clang/unittests/libclang/LibclangTest.cpp | |
parent | 7b0a1306b4e9b2908e5e17979e05e4179a0099a4 (diff) | |
download | llvm-9ee99353583e527fd39fb33f6f58fe3b7c0567d0.zip llvm-9ee99353583e527fd39fb33f6f58fe3b7c0567d0.tar.gz llvm-9ee99353583e527fd39fb33f6f58fe3b7c0567d0.tar.bz2 |
MachO: re-enable writing of compact-unwind sections.
This isn't really the right place to put them in final object files (that would
be __TEXT,__unwind_info), but the format is different between relocatable and
final objects, which means we really need a pass to handle the translation.
For now, re-emitting in __LD,__compact_unwind is harmless (dyld ignores it and
moves straight on to inspecting __TEXT,__eh_frame), and sidesteps an assertion
failure when processing files containing compact-unwind info.
llvm-svn: 212032
Diffstat (limited to 'clang/unittests/libclang/LibclangTest.cpp')
0 files changed, 0 insertions, 0 deletions