projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4dbbe34
)
Fix edis makefile
author
Douglas Gregor
<dgregor@apple.com>
Tue, 20 Jul 2010 21:21:27 +0000
(21:21 +0000)
committer
Douglas Gregor
<dgregor@apple.com>
Tue, 20 Jul 2010 21:21:27 +0000
(21:21 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108931
91177308
-0d34-0410-b5e6-
96231b3b80d8
tools/edis/CMakeLists.txt
patch
|
blob
|
history
diff --git
a/tools/edis/CMakeLists.txt
b/tools/edis/CMakeLists.txt
index 82ee734facf9a7ac277d0526fe65cacce53a1453..2019995dcb79d5bd33d265462a20880b67a93fba 100644
(file)
--- a/
tools/edis/CMakeLists.txt
+++ b/
tools/edis/CMakeLists.txt
@@
-4,6
+4,7
@@
include_directories(${CMAKE_CURRENT_BINARY_DIR})
add_llvm_library(EnhancedDisassembly
../../include/llvm-c/EnhancedDisassembly.h
+ EDMain.cpp
)
set_target_properties(EnhancedDisassembly