aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShilei Tian <i@tianshilei.me>2024-07-22 23:39:34 -0400
committerShilei Tian <i@tianshilei.me>2024-07-22 23:40:10 -0400
commit1eec5942a282acaaf33e0cc2bc88ade020e6860f (patch)
treeaf9b17a8daf4acec2e9f5e51d9e9931471265044
parent87c35d782795b54911b3e3a91a5b738d4d870e55 (diff)
downloadllvm-1eec5942a282acaaf33e0cc2bc88ade020e6860f.zip
llvm-1eec5942a282acaaf33e0cc2bc88ade020e6860f.tar.gz
llvm-1eec5942a282acaaf33e0cc2bc88ade020e6860f.tar.bz2
[CGData] Fix link error introduced in #89884
-rw-r--r--llvm/lib/CodeGenData/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/CodeGenData/CMakeLists.txt b/llvm/lib/CodeGenData/CMakeLists.txt
index 1156d53..0a231d6 100644
--- a/llvm/lib/CodeGenData/CMakeLists.txt
+++ b/llvm/lib/CodeGenData/CMakeLists.txt
@@ -14,4 +14,5 @@ add_llvm_component_library(LLVMCodeGenData
LINK_COMPONENTS
Core
Support
+ Object
)