diff options
| author | Evan Cheng <evan.cheng@apple.com> | 2011-08-02 22:53:48 +0000 |
|---|---|---|
| committer | Evan Cheng <evan.cheng@apple.com> | 2011-08-02 22:53:48 +0000 |
| commit | fd7f6c94383a4b1f8c8b47822fc808f80cb98e24 (patch) | |
| tree | 62830f3a1b5d46b8eb93101e2ea1c009892e6ec4 | |
| parent | 5c863aeefd988182966bd770252c5b78bfc7aabb (diff) | |
| download | bcm5719-llvm-fd7f6c94383a4b1f8c8b47822fc808f80cb98e24.tar.gz bcm5719-llvm-fd7f6c94383a4b1f8c8b47822fc808f80cb98e24.zip | |
lldb doesn't need the edis dylib any more.
llvm-svn: 136738
| -rw-r--r-- | llvm/tools/edis/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/tools/edis/Makefile b/llvm/tools/edis/Makefile index b5557fcb915..3fcb408c881 100644 --- a/llvm/tools/edis/Makefile +++ b/llvm/tools/edis/Makefile @@ -10,7 +10,6 @@ LEVEL = ../.. LIBRARYNAME = EnhancedDisassembly LINK_LIBS_IN_SHARED = 1 -SHARED_LIBRARY = 1 EXPORTED_SYMBOL_FILE = $(PROJ_SRC_DIR)/EnhancedDisassembly.exports |

