Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
llvm-epi
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Roger Ferrer
llvm-epi
Commits
b27317f7
Commit
b27317f7
authored
13 years ago
by
Daniel Dunbar
Browse files
Options
Downloads
Patches
Plain Diff
build/MCDisassembler: Fix required libraries list of MCDisassembler to use
all-targets instead of an explicit list. llvm-svn: 144320
parent
66b37db6
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
llvm/lib/MC/MCDisassembler/LLVMBuild.txt
+3
-1
3 additions, 1 deletion
llvm/lib/MC/MCDisassembler/LLVMBuild.txt
with
3 additions
and
1 deletion
llvm/lib/MC/MCDisassembler/LLVMBuild.txt
+
3
−
1
View file @
b27317f7
...
@@ -19,5 +19,7 @@
...
@@ -19,5 +19,7 @@
type = Library
type = Library
name = MCDisassembler
name = MCDisassembler
parent = MC
parent = MC
required_libraries = ARMAsmParser ARMDesc ARMDisassembler ARMInfo CBackendInfo CellSPUDesc CellSPUInfo CppBackendInfo MBlazeAsmParser MBlazeDesc MBlazeDisassembler MBlazeInfo MC MCParser MSP430Desc MSP430Info MipsDesc MipsInfo PTXDesc PTXInfo PowerPCDesc PowerPCInfo SparcDesc SparcInfo Support X86AsmParser X86Desc X86Disassembler X86Info XCoreDesc XCoreInfo
; FIXME: This is really horrible, MCDisassembler should not in and of its own
; accord depending on every target.
required_libraries = all-targets MC MCParser Support
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment