Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
llvm-epi-0.8
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
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Roger Ferrer
llvm-epi-0.8
Commits
03b7884b
Commit
03b7884b
authored
14 years ago
by
Chris Lattner
Browse files
Options
Downloads
Patches
Plain Diff
this logic is handled by tools/makefile.
llvm-svn: 108919
parent
3f696ff4
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
llvm/tools/edis/Makefile
+2
-9
2 additions, 9 deletions
llvm/tools/edis/Makefile
with
2 additions
and
9 deletions
llvm/tools/edis/Makefile
+
2
−
9
View file @
03b7884b
...
@@ -9,6 +9,8 @@
...
@@ -9,6 +9,8 @@
LEVEL
=
../..
LEVEL
=
../..
LIBRARYNAME
=
EnhancedDisassembly
LIBRARYNAME
=
EnhancedDisassembly
LINK_LIBS_IN_SHARED
=
1
SHARED_LIBRARY
=
1
EXPORTED_SYMBOL_FILE
=
$(
PROJ_SRC_DIR
)
/EnhancedDisassembly.exports
EXPORTED_SYMBOL_FILE
=
$(
PROJ_SRC_DIR
)
/EnhancedDisassembly.exports
...
@@ -17,15 +19,6 @@ EXPORTED_SYMBOL_FILE = $(PROJ_SRC_DIR)/EnhancedDisassembly.exports
...
@@ -17,15 +19,6 @@ EXPORTED_SYMBOL_FILE = $(PROJ_SRC_DIR)/EnhancedDisassembly.exports
# early so we can set up LINK_COMPONENTS before including Makefile.rules
# early so we can set up LINK_COMPONENTS before including Makefile.rules
include
$(LEVEL)/Makefile.config
include
$(LEVEL)/Makefile.config
ifeq
($(ENABLE_PIC),1)
ifneq
($(DISABLE_EDIS),1)
ifneq
($(TARGET_OS), $(filter $(TARGET_OS), Cygwin MingW))
LINK_LIBS_IN_SHARED
=
1
SHARED_LIBRARY
=
1
endif
endif
endif
LINK_COMPONENTS
:=
$(
TARGETS_TO_BUILD
)
mcdisassembler x86asmprinter x86disassembler
LINK_COMPONENTS
:=
$(
TARGETS_TO_BUILD
)
mcdisassembler x86asmprinter x86disassembler
include
$(LEVEL)/Makefile.common
include
$(LEVEL)/Makefile.common
...
...
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