aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/IR/CMakeLists.txt
diff options
context:
space:
mode:
authorSameer Sahasrabuddhe <sameer.sahasrabuddhe@amd.com>2023-08-01 17:00:39 +0530
committerSameer Sahasrabuddhe <sameer.sahasrabuddhe@amd.com>2023-08-01 17:00:39 +0530
commit466bd9981150906552a1f2308e3c9065bfcb6741 (patch)
treeb6d8d026a239e58cf86994b580ab48784e2cf528 /llvm/lib/IR/CMakeLists.txt
parent80e80fa79bf66a74caf959bc420823e2b544dee9 (diff)
downloadllvm-466bd9981150906552a1f2308e3c9065bfcb6741.zip
llvm-466bd9981150906552a1f2308e3c9065bfcb6741.tar.gz
llvm-466bd9981150906552a1f2308e3c9065bfcb6741.tar.bz2
Revert "[LLVM] move verification of convergence control to a class template"
This reverts commit 93a3706711fd46d4d487640d91b16c2eec747c9e. The "extern template" declaration of CycleInfo caused problems in a shared build when CycleInfo was removed from Verifier.cpp. There needs to be an explicit instantiation corresponding to an extern template in every SO.
Diffstat (limited to 'llvm/lib/IR/CMakeLists.txt')
-rw-r--r--llvm/lib/IR/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/IR/CMakeLists.txt b/llvm/lib/IR/CMakeLists.txt
index d9656a2..217fe70 100644
--- a/llvm/lib/IR/CMakeLists.txt
+++ b/llvm/lib/IR/CMakeLists.txt
@@ -10,7 +10,6 @@ add_llvm_component_library(LLVMCore
ConstantFold.cpp
ConstantRange.cpp
Constants.cpp
- ConvergenceVerifier.cpp
Core.cpp
CycleInfo.cpp
DIBuilder.cpp