[all-commits] [llvm/llvm-project] c66548: [flang] [runtime] Explicitly disable EH & RTTI (#1...
Michał Górny via All-commits
all-commits at lists.llvm.org
Wed Feb 12 10:03:25 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c6654806949f0498fdd2d009b66e62041c21de36
https://github.com/llvm/llvm-project/commit/c6654806949f0498fdd2d009b66e62041c21de36
Author: Michał Górny <mgorny at gentoo.org>
Date: 2025-02-12 (Wed, 12 Feb 2025)
Changed paths:
M flang/runtime/CMakeLists.txt
Log Message:
-----------
[flang] [runtime] Explicitly disable EH & RTTI (#126920)
Explicitly disable EH & RTTI when building Flang runtime library. This
fixes the runtime built when Flang is built standalone against system
LLVM that was compiled with EH & RTTI enabled.
I think this change may be sufficient to lift the top-level
`LLVM_ENABLE_EH` restriction from Flang. However, I'd prefer if somebody
more knowledgeable decided on that.
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