diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2004-08-29 19:29:38 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2004-08-29 19:29:38 +0000 |
commit | 7c4c98d9860dfa5a5efbd354589ee64e43b8a5bd (patch) | |
tree | b7d948a0381227039e6ec383c8e7c33dd6b7fb60 /tools/opt/Makefile | |
parent | 9de7b334ec6f80a15f093f11b339f5741c964b34 (diff) |
Add the LLVMsystem.a library as it is now used for operating system
independence of the tool.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16092 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/opt/Makefile')
-rw-r--r-- | tools/opt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/opt/Makefile b/tools/opt/Makefile index 42e87ca8bb..de0568afd2 100644 --- a/tools/opt/Makefile +++ b/tools/opt/Makefile @@ -12,7 +12,7 @@ TOOLNAME = opt USEDLIBS = bcreader bcwriter \ instrument profpaths scalaropts \ ipo ipa datastructure transforms target.a analysis \ - transformutils vmcore support + transformutils vmcore support LLVMsystem.a TOOLLINKOPTS = $(PLATFORMLIBDL) include $(LEVEL)/Makefile.common |