[all-commits] [llvm/llvm-project] e2d60c: [Frontend] Remove unneeded -frtti check. NFC
Fangrui Song via All-commits
all-commits at lists.llvm.org
Mon Nov 27 21:41:20 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e2d60c86268479b019d62bba25745407dc15ce98
https://github.com/llvm/llvm-project/commit/e2d60c86268479b019d62bba25745407dc15ce98
Author: Fangrui Song <i at maskray.me>
Date: 2023-11-27 (Mon, 27 Nov 2023)
Changed paths:
M clang/lib/Frontend/CompilerInvocation.cpp
Log Message:
-----------
[Frontend] Remove unneeded -frtti check. NFC
-frtti is not a CC1 option. We just need to check -fno-rtti.
More information about the All-commits
mailing list