[all-commits] [llvm/llvm-project] f7e58c: [flang] Raise configure-time error when LLVM_ENABL...
Pat McCormick via All-commits
all-commits at lists.llvm.org
Wed Apr 26 13:08:44 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f7e58c91587be78e80abb7f650dcb5c0b4205730
https://github.com/llvm/llvm-project/commit/f7e58c91587be78e80abb7f650dcb5c0b4205730
Author: Patrick McCormick <pat at lanl.gov>
Date: 2023-04-26 (Wed, 26 Apr 2023)
Changed paths:
M flang/CMakeLists.txt
Log Message:
-----------
[flang] Raise configure-time error when LLVM_ENABLE_EH is set
flang cannot be built with exceptions enabled. Doing so results in a link-time
error.
This addresses issue #59353 [https://github.com/llvm/llvm-project/issues/59353]
Differential Revision: https://reviews.llvm.org/D146173
More information about the All-commits
mailing list