[all-commits] [llvm/llvm-project] 3da7de: [flang][runtime] Disable optimization for tracebac...

Slava Zakharin via All-commits all-commits at lists.llvm.org
Fri Jan 24 08:49:57 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3da7de34a2bcfeef73747a9796652f6bff225de3
      https://github.com/llvm/llvm-project/commit/3da7de34a2bcfeef73747a9796652f6bff225de3
  Author: Slava Zakharin <szakharin at nvidia.com>
  Date:   2025-01-24 (Fri, 24 Jan 2025)

  Changed paths:
    M flang/include/flang/Common/api-attrs.h
    M flang/runtime/stop.cpp

  Log Message:
  -----------
  [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.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list