-
Notifications
You must be signed in to change notification settings - Fork 12.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[lld][WebAssembly] Fix build break when building liblldWasm.so #112275
[lld][WebAssembly] Fix build break when building liblldWasm.so #112275
Conversation
Fix `BUILD_SHARED_LIBS=ON` build for d4efc3e
@llvm/pr-subscribers-lld-wasm Author: Yuta Saito (kateinoigakukun) ChangesFix Full diff: https://github.com/llvm/llvm-project/pull/112275.diff 1 Files Affected:
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
|
@llvm/pr-subscribers-lld Author: Yuta Saito (kateinoigakukun) ChangesFix Full diff: https://github.com/llvm/llvm-project/pull/112275.diff 1 Files Affected:
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
|
LLVM Buildbot has detected a new failure on builder Full details are available at: https://lab.llvm.org/buildbot/#/builders/146/builds/1382 Here is the relevant piece of the build log for the reference
|
LLVM Buildbot has detected a new failure on builder Full details are available at: https://lab.llvm.org/buildbot/#/builders/146/builds/1384 Here is the relevant piece of the build log for the reference
|
Fix
BUILD_SHARED_LIBS=ON
build for d4efc3e