mirror of
https://github.com/intel/llvm.git
synced 2026-01-21 03:21:40 +08:00
123f44a2f6c3b19cf2d0f6a233fedb6da65edebd
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
…
Languages
LLVM
41.5%
C++
31.7%
C
13%
Assembly
9.1%
MLIR
1.5%
Other
2.8%