esp-idf/components/cxx
Jakob Hasse 1d8ca35eec [C++]: wrapper functions around unwind code
* Replaced all C++ exception related
  functions with wrappers if -fno-exception
  is used. This prevents linking of the
  corresponding code in libgcc. The code
  size will decrease by around 7-9 KB when
  building with -fno-exception.
* added no except test app

Closes https://github.com/espressif/esp-idf/pull/5380
Closes https://github.com/espressif/esp-idf/issues/5363
Closes https://github.com/espressif/esp-idf/issues/5224
Closes IDFGH-3153
Closes IDF-2577
2021-06-01 15:00:23 +08:00
..
test toolchain: C++ exception workaround 2020-12-16 09:25:36 +07:00
CMakeLists.txt [C++]: wrapper functions around unwind code 2021-06-01 15:00:23 +08:00
component.mk [C++]: wrapper functions around unwind code 2021-06-01 15:00:23 +08:00
cxx_exception_stubs.cpp [C++]: wrapper functions around unwind code 2021-06-01 15:00:23 +08:00
cxx_guards.cpp Add declarations of private cxx_guard functions (__cxa_guard_*) in cxx component to fix C++ -Wmissing-declarations warning 2018-06-04 16:36:44 +10:00