diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2004-07-25 18:09:47 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2004-07-25 18:09:47 +0000 |
commit | c5b27621e0a1589098d2832b1f8a788093f3fb64 (patch) | |
tree | 65c55e5f77c3cb361ded940c8680caf054ee2ed9 /test/Feature/properties.ll | |
parent | 801db47373bc5edda469276ac62e0d9e37b92fb7 (diff) |
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/Feature/properties.ll')
-rw-r--r-- | test/Feature/properties.ll | 2 |
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" ] |