| commit | 123f44a2f6c3b19cf2d0f6a233fedb6da65edebd | [log] [tgz] |
|---|---|---|
| author | Saleem Abdulrasool <compnerd@compnerd.org> | Fri Feb 06 17:47:57 2015 +0000 |
| committer | Saleem Abdulrasool <compnerd@compnerd.org> | Fri Feb 06 17:47:57 2015 +0000 |
| tree | a4a84037c0f7cced374c6d0fd5151587021559b1 | |
| parent | 79fdb75a34add89f82478b7bec5eaec8c1f7a0db [diff] |
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