summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/no-common.c
Commit message (Collapse)AuthorAgeFilesLines
* Bring r325915 back.Rafael Espindola2018-02-231-6/+6
| | | | | | | | | | | | | | | The tests that failed on a windows host have been fixed. Original message: Start setting dso_local for COFF. With this there are still some GVs where we don't set dso_local because setGVProperties is never called. I intend to fix that in followup commits. This is just the bare minimum to teach shouldAssumeDSOLocal what it should do for COFF. llvm-svn: 325940
* 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