summaryrefslogtreecommitdiffstats
path: root/stacker/lib/compiler
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2007-03-29 19:05:44 +0000
committerReid Spencer <rspencer@reidspencer.com>2007-03-29 19:05:44 +0000
commit200c6f9c3df13173717add8b4fa802447bca17ea (patch)
tree6315ff614df505f4fc853b5a9af8f55f2bbe1cb5 /stacker/lib/compiler
parent7c82675afafdcf3546ac0266fede6ca9476e80fe (diff)
downloadbcm5719-llvm-200c6f9c3df13173717add8b4fa802447bca17ea.tar.gz
bcm5719-llvm-200c6f9c3df13173717add8b4fa802447bca17ea.zip
For PR789:
Make the sys::Path::getFileStatus function more efficient by having it return a pointer to the FileStatus structure rather than copy it. Adjust uses of the function accordingly. Also, fix some memory issues in sys::Path. llvm-svn: 35476
Diffstat (limited to 'stacker/lib/compiler')
-rw-r--r--stacker/lib/compiler/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/stacker/lib/compiler/Makefile b/stacker/lib/compiler/Makefile
index a982a658140..63cfed1c8f4 100644
--- a/stacker/lib/compiler/Makefile
+++ b/stacker/lib/compiler/Makefile
@@ -14,6 +14,7 @@ EXTRA_DIST := Lexer.cpp.cvs Lexer.l.cvs \
REQUIRES_EH := 1
include $(LEVEL)/Makefile.common
+include $(LLVMMAKE)/archive
ifdef PARSE_DEBUG
INCLUDES += -DPARSE_DEBUG
OpenPOWER on IntegriCloud