[llvm-commits] CVS: llvm/test/Feature/properties.ll
LLVM
llvm at cs.uiuc.edu
Sun Jul 25 11:09:57 PDT 2004
Changes in directory llvm/test/Feature:
properties.ll updated: 1.1 -> 1.2
---
Log message:
bug 263: http://llvm.cs.uiuc.edu/PR263 :
Add target triple and dependent libraries support to this test.
---
Diffs of the changes: (+2 -0)
Index: llvm/test/Feature/properties.ll
diff -u llvm/test/Feature/properties.ll:1.1 llvm/test/Feature/properties.ll:1.2
--- llvm/test/Feature/properties.ll:1.1 Tue Apr 22 14:06:48 2003
+++ llvm/test/Feature/properties.ll Sun Jul 25 13:09:47 2004
@@ -1,4 +1,6 @@
target endian = little
target pointersize = 32
+target triple = "proc-vend-sys"
+deplibs = [ "m", "c" ]
More information about the llvm-commits
mailing list