[all-commits] [llvm/llvm-project] 6c9f20: [cmake] Surpress cmake warning on that EH requires...
darkbuck via All-commits
all-commits at lists.llvm.org
Wed Oct 27 09:56:04 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6c9f207826ef981062b601049dd6ba535db87d53
https://github.com/llvm/llvm-project/commit/6c9f207826ef981062b601049dd6ba535db87d53
Author: Michael Liao <michael.hliao at gmail.com>
Date: 2021-10-27 (Wed, 27 Oct 2021)
Changed paths:
M llvm/cmake/modules/AddLLVM.cmake
Log Message:
-----------
[cmake] Surpress cmake warning on that EH requires RTTI. NFC.
- Both LLVM_REQUIRES_RTTI and LLVM_REQUIRES_EH are internal flags that
individual targets can use to force RTTI/EH. Turning off
LLVM_REQUIRES_RTTI should honor if that variable is set explicitly for
an individual target.
More information about the All-commits
mailing list