diff options
author | Saleem Abdulrasool <compnerd@compnerd.org> | 2015-02-06 17:47:57 +0000 |
---|---|---|
committer | Saleem Abdulrasool <compnerd@compnerd.org> | 2015-02-06 17:47:57 +0000 |
commit | 123f44a2f6c3b19cf2d0f6a233fedb6da65edebd (patch) | |
tree | a4a84037c0f7cced374c6d0fd5151587021559b1 /llvm/lib/CodeGen/SplitKit.h | |
parent | 79fdb75a34add89f82478b7bec5eaec8c1f7a0db (diff) | |
download | bcm5719-llvm-123f44a2f6c3b19cf2d0f6a233fedb6da65edebd.tar.gz bcm5719-llvm-123f44a2f6c3b19cf2d0f6a233fedb6da65edebd.zip |
unwind: use -fno-rtti -fno-exceptions -funwind-tables
RTTI and exceptions are not needed for the unwinder, the use of C++ there is for
very specific cases, and does not require dynamic_cast nor does it use
exceptions. This avoids unnecessary references to type information being
emitted.
llvm-svn: 228408
Diffstat (limited to 'llvm/lib/CodeGen/SplitKit.h')
0 files changed, 0 insertions, 0 deletions