summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/no-common.c
Commit message (Collapse)AuthorAgeFilesLines
* Tests: check for target availability for target-specific tests.Jim Grosbach2012-07-091-1/+1
| | | | | | | | Lots of tests are using an explicit target triple w/o first checking that the target is actually available. Add a REQUIRES clause to a bunch of them. This should hopefully unbreak bots which don't configure w/ all targets enabled. llvm-svn: 159949
* Add support for the common and nocommon attributes.Eric Christopher2010-12-021-0/+9
| | | | | | rdar://8560647 llvm-svn: 120650
* FileCheckize.Eric Christopher2010-12-021-4/+4
| | | | llvm-svn: 120647
* Update tests to use %clang instead of 'clang', and forcibly disable use of 'Daniel Dunbar2009-12-151-2/+2
| | | | | | | clang ' or ' clang -cc1 ' or ' clang-cc ' in test lines (by substituting them to garbage). llvm-svn: 91460
* Eliminate &&s in tests.Daniel Dunbar2009-11-081-3/+3
| | | | | | - 'for i in $(find . -type f); do sed -e 's#\(RUN:.*[^ ]\) *&& *$#\1#g' $i | FileUpdate $i; done', for the curious. llvm-svn: 86430
* Driver: Forward -fno-common to clang.Daniel Dunbar2009-03-261-0/+6
- <rdar://problem/6710978> ccc/clang-driver ignore -fno-common llvm-svn: 67762
OpenPOWER on IntegriCloud