Rafael Espindola
8a91f2fd85
Clang DataLayout string cleanup: don't print the vector defaults.
...
llvm-svn: 197427
2013-12-16 21:38:22 +00:00
Rafael Espindola
20b0d92767
Clang DataLayout string cleanup: don't print the FP defaults.
...
llvm-svn: 197422
2013-12-16 20:34:33 +00:00
Rafael Espindola
32083d503b
Clang DataLayout string cleanup: don't print the integer defaults.
...
llvm-svn: 197421
2013-12-16 20:21:07 +00:00
Rafael Espindola
ee4b398828
Add tests for all DescriptionString in Targets.cpp.
...
These right now just test that the same string is present in two files, but will
become more useful as clang's handling of DataLayout is refactored.
llvm-svn: 197347
2013-12-15 17:53:44 +00:00
Rafael Espindola
a8df53f4ad
Consolidate DataLayout string testing in one file.
...
llvm-svn: 197276
2013-12-13 21:49:53 +00:00
Rafael Espindola
46ea763e7c
Convert test to FileCheck.
...
llvm-svn: 197269
2013-12-13 20:11:02 +00:00
Rafael Espindola
f62bcc0d9c
Use a: and s: instead of a0: and s0: in the DataLayout strings.
...
They are equivalent and the size of 'a' and 's' is unused.
llvm-svn: 197256
2013-12-13 18:40:15 +00:00
Lang Hames
83d9f01c7f
Added natural stack alignment to target-data.c test case.
...
llvm-svn: 141622
2011-10-11 01:06:28 +00:00
Daniel Dunbar
8fbe78f6fc
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
...
- This is designed to make it obvious that %clang_cc1 is a "test variable"
which is substituted. It is '%clang_cc1' instead of '%clang -cc1' because it
can be useful to redefine what gets run as 'clang -cc1' (for example, to set
a default target).
llvm-svn: 91446
2009-12-15 20:14:24 +00:00
Daniel Dunbar
34546ce43d
Remove RUN: true lines.
...
llvm-svn: 86432
2009-11-08 01:47:25 +00:00
Daniel Dunbar
8b57697954
Eliminate &&s in tests.
...
- 'for i in $(find . -type f); do sed -e 's#\(RUN:.*[^ ]\) *&& *$#\1#g' $i | FileUpdate $i; done', for the curious.
llvm-svn: 86430
2009-11-08 01:45:36 +00:00
Chris Lattner
3f5124815d
commit test update
...
llvm-svn: 86396
2009-11-07 18:59:51 +00:00
Daniel Dunbar
eed62b7c4b
Add stack alignment to x86_64 target data.
...
- <rdar://problem/6948443> WARNING: Linking two modules of different data
layouts!
llvm-svn: 73093
2009-06-08 22:39:13 +00:00