summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-07-25 18:09:47 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-07-25 18:09:47 +0000
commitc5b27621e0a1589098d2832b1f8a788093f3fb64 (patch)
tree65c55e5f77c3cb361ded940c8680caf054ee2ed9 /test
parent801db47373bc5edda469276ac62e0d9e37b92fb7 (diff)
downloadllvm-c5b27621e0a1589098d2832b1f8a788093f3fb64.tar.gz
llvm-c5b27621e0a1589098d2832b1f8a788093f3fb64.tar.bz2
llvm-c5b27621e0a1589098d2832b1f8a788093f3fb64.tar.xz
bug 263:
Add target triple and dependent libraries support to this test. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15213 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/Feature/properties.ll2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Feature/properties.ll b/test/Feature/properties.ll
index 19a6ec99fd..d73d936654 100644
--- a/test/Feature/properties.ll
+++ b/test/Feature/properties.ll
@@ -1,4 +1,6 @@
target endian = little
target pointersize = 32
+target triple = "proc-vend-sys"
+deplibs = [ "m", "c" ]