[lld] 58bf78c - [lld][WebAssembly] Fix build break when building liblldWasm.so (#112275)

via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 14 15:04:30 PDT 2024


Author: Yuta Saito
Date: 2024-10-15T07:04:27+09:00
New Revision: 58bf78ce9e88928382e443db41d130fcbee00497

URL: https://github.com/llvm/llvm-project/commit/58bf78ce9e88928382e443db41d130fcbee00497
DIFF: https://github.com/llvm/llvm-project/commit/58bf78ce9e88928382e443db41d130fcbee00497.diff

LOG: [lld][WebAssembly] Fix build break when building liblldWasm.so (#112275)

Fix `BUILD_SHARED_LIBS=ON` build for
d4efc3e097f40afbe8ae275150f49bb08fc04572

Added: 
    

Modified: 
    lld/wasm/CMakeLists.txt

Removed: 
    


################################################################################
diff  --git a/lld/wasm/CMakeLists.txt b/lld/wasm/CMakeLists.txt
index 6033bfbf9a50a3..ba89a6fee3504e 100644
--- a/lld/wasm/CMakeLists.txt
+++ b/lld/wasm/CMakeLists.txt
@@ -28,6 +28,7 @@ add_lld_library(lldWasm
   Object
   Option
   Passes
+  ProfileData
   Support
   TargetParser
 


        


More information about the llvm-commits mailing list