[llvm] afc5cc0 - [yaml2obj] Fix shared build. NFC
Michael Liao via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 17 17:28:34 PDT 2025
Author: Michael Liao
Date: 2025-04-17T20:28:26-04:00
New Revision: afc5cc060b8bc44b5fd3c0a4612ebc1a1dc70826
URL: https://github.com/llvm/llvm-project/commit/afc5cc060b8bc44b5fd3c0a4612ebc1a1dc70826
DIFF: https://github.com/llvm/llvm-project/commit/afc5cc060b8bc44b5fd3c0a4612ebc1a1dc70826.diff
LOG: [yaml2obj] Fix shared build. NFC
Added:
Modified:
llvm/tools/yaml2obj/CMakeLists.txt
Removed:
################################################################################
diff --git a/llvm/tools/yaml2obj/CMakeLists.txt b/llvm/tools/yaml2obj/CMakeLists.txt
index d1dea734a4e9a..4a10ec851587d 100644
--- a/llvm/tools/yaml2obj/CMakeLists.txt
+++ b/llvm/tools/yaml2obj/CMakeLists.txt
@@ -1,4 +1,5 @@
set(LLVM_LINK_COMPONENTS
+ Object
ObjectYAML
Support
)
More information about the llvm-commits
mailing list