aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/IR/CMakeLists.txt
diff options
context:
space:
mode:
authorStefan Gränitz <stefan.graenitz@gmail.com>2023-01-24 12:29:53 +0100
committerStefan Gränitz <stefan.graenitz@gmail.com>2023-01-27 18:05:13 +0100
commit3b387d10707d3ec5f4786812cc055c89c3eaa161 (patch)
tree310cf8a025b950d4a8dba51e1bacb991bfc14de1 /llvm/lib/IR/CMakeLists.txt
parentfa639d3b43a9034133b7566d0ec2a91fcd79c361 (diff)
downloadllvm-3b387d10707d3ec5f4786812cc055c89c3eaa161.zip
llvm-3b387d10707d3ec5f4786812cc055c89c3eaa161.tar.gz
llvm-3b387d10707d3ec5f4786812cc055c89c3eaa161.tar.bz2
Lift EHPersonalities from Analysis to IR (NFC)
Computing EH-related information was only relevant for analysis passes so far. Lifting it to IR will allow the IR Verifier to calculate EH funclet coloring and validate funclet operand bundles in a follow-up step. Reviewed By: rnk, compnerd Differential Revision: https://reviews.llvm.org/D138122
Diffstat (limited to 'llvm/lib/IR/CMakeLists.txt')
-rw-r--r--llvm/lib/IR/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/IR/CMakeLists.txt b/llvm/lib/IR/CMakeLists.txt
index 99e9b81..aacfe2b6 100644
--- a/llvm/lib/IR/CMakeLists.txt
+++ b/llvm/lib/IR/CMakeLists.txt
@@ -20,6 +20,7 @@ add_llvm_component_library(LLVMCore
DiagnosticInfo.cpp
DiagnosticPrinter.cpp
Dominators.cpp
+ EHPersonalities.cpp
FPEnv.cpp
Function.cpp
GCStrategy.cpp