diff options
| author | Chris Lattner <sabre@nondot.org> | 2002-03-28 18:10:31 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2002-03-28 18:10:31 +0000 |
| commit | 97ca0eacb15ecbebf7d01441eb87b7eadcebf3f6 (patch) | |
| tree | 10b2a8495bd8e732542babe50e9985347f04b44b /llvm | |
| parent | 64fd935489d5881ad5ce71008b0a1fbdec00ac75 (diff) | |
| download | bcm5719-llvm-97ca0eacb15ecbebf7d01441eb87b7eadcebf3f6.tar.gz bcm5719-llvm-97ca0eacb15ecbebf7d01441eb87b7eadcebf3f6.zip | |
Makefile change for IPO's that use the Datastructure analysis stuff
llvm-svn: 2015
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/tools/opt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/opt/Makefile b/llvm/tools/opt/Makefile index 073cc0e527e..8a7fec4bfcb 100644 --- a/llvm/tools/opt/Makefile +++ b/llvm/tools/opt/Makefile @@ -1,7 +1,7 @@ LEVEL = ../.. TOOLNAME = opt USEDLIBS = bcreader bcwriter asmwriter instrument profpaths scalaropts \ - ipo ipa target analysis transforms vmcore support + ipo ipa datastructure target analysis transforms vmcore support include $(LEVEL)/Makefile.common |

