diff options
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/tools/bugpoint/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/llvm/tools/bugpoint/Makefile b/llvm/tools/bugpoint/Makefile index e3addbdb266..dbd8fa8379b 100644 --- a/llvm/tools/bugpoint/Makefile +++ b/llvm/tools/bugpoint/Makefile @@ -14,8 +14,9 @@ OPTLIBS = LLVMTransforms LLVMInstrumentation LLVMProfilePaths ANALIBS = LLVMDataStructure LLVMipa LLVMTarget.a USEDLIBS = LLVMipo LLVMScalarOpts LLVMAnalysis $(OPTLIBS) $(ANALIBS) \ - LLVMTransformUtils LLVMAsmParser LLVMBCReader LLVMBCWriter LLVMCore \ - LLVMSupport.a LLVMSystem.a + LLVMTransformUtils \ + LLVMAsmParser LLVMLinker.a LLVMBCReader LLVMBCWriter \ + LLVMCore LLVMSupport.a LLVMSystem.a TOOLLINKOPTS = $(PLATFORMLIBDL) |

