Changes in directory llvm-stacker/lib/compiler:

Makefile updated: 1.11 -> 1.12
---
Log message:

For PR789: http://llvm.org/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.


---
Diffs of the changes:  (+1 -0)

 Makefile |    1 +
 1 files changed, 1 insertion(+)


Index: llvm-stacker/lib/compiler/Makefile
diff -u llvm-stacker/lib/compiler/Makefile:1.11 
llvm-stacker/lib/compiler/Makefile:1.12
--- llvm-stacker/lib/compiler/Makefile:1.11     Sun Feb  4 16:25:16 2007
+++ llvm-stacker/lib/compiler/Makefile  Thu Mar 29 14:05:44 2007
@@ -14,6 +14,7 @@
 REQUIRES_EH := 1
 
 include $(LEVEL)/Makefile.common
+include $(LLVMMAKE)/archive
 
 ifdef PARSE_DEBUG
 INCLUDES += -DPARSE_DEBUG



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to