Files
clang-p2996/flang/runtime/stop.cpp
Slava Zakharin 3da7de34a2 [flang][runtime] Disable optimization for traceback related functions. (#124172)
The backtrace may at least print the backtrace name in the call stack,
but this does not happen with the release builds of the runtime.
Surprisingly, specifying "no-omit-frame-pointer" did not work
with GCC, so I decided to fall back to -O0 for these functions.
2025-01-24 08:49:35 -08:00

5.2 KiB