Skip to content
Commit fdc3e6fa authored by Rafael Espindola's avatar Rafael Espindola
Browse files

Use .cfi_sections to put the unwind info in .debug_frame when possible. With

this clang will use .debug_frame in, for example,
clang -g -c -m32 test.c
This matches gcc's behaviour. It looks like .debug_frame is a bit bigger
than .eh_frame, but has the big advantage of not being allocated.

llvm-svn: 131140
parent e3346466
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment