diff options
Diffstat (limited to 'llvm/tools/llvm-db')
-rw-r--r-- | llvm/tools/llvm-db/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/llvm/tools/llvm-db/Makefile b/llvm/tools/llvm-db/Makefile index e1f1f2d9b7d..fe31e3c4b00 100644 --- a/llvm/tools/llvm-db/Makefile +++ b/llvm/tools/llvm-db/Makefile @@ -12,12 +12,6 @@ TOOLNAME = llvm-db USEDLIBS = LLVMDebugger # Enable JIT support -include ../Makefile.JIT - -# Have gcc tell the linker to export symbols from the program so that -# dynamically loaded modules can be linked against them. -# -TOOLLINKOPTS = $(PLATFORMLIBDL) +LLVMLIBS = JIT include $(LEVEL)/Makefile.common - |