-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
[Xtensa] Add XtensaDesc dependency to LLVMXtensaDisassembler #126904
Conversation
There is an undefined reference to checkRegister in shared builds Suspecting llvm#124656
@llvm/pr-subscribers-backend-xtensa Author: Evgenii Kudriashov (e-kud) ChangesThere is an undefined reference to checkRegister in shared lib builds Suspecting #124656 Full diff: https://github.com/llvm/llvm-project/pull/126904.diff 1 Files Affected:
diff --git a/llvm/lib/Target/Xtensa/Disassembler/CMakeLists.txt b/llvm/lib/Target/Xtensa/Disassembler/CMakeLists.txt
index 43f235b7cd31d..319d912e5561b 100644
--- a/llvm/lib/Target/Xtensa/Disassembler/CMakeLists.txt
+++ b/llvm/lib/Target/Xtensa/Disassembler/CMakeLists.txt
@@ -4,6 +4,7 @@ add_llvm_component_library(LLVMXtensaDisassembler
LINK_COMPONENTS
MCDisassembler
Support
+ XtensaDesc
XtensaInfo
ADD_TO_COMPONENT
|
LLVM Buildbot has detected a new failure on builder Full details are available at: https://lab.llvm.org/buildbot/#/builders/13/builds/5289 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/2279 Here is the relevant piece of the build log for the reference
|
…6904) There is an undefined reference to checkRegister in shared lib builds Suspecting llvm#124656
…6904) There is an undefined reference to checkRegister in shared lib builds Suspecting llvm#124656
There is an undefined reference to checkRegister in shared lib builds
Suspecting #124656