| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
literal. Fixes radar 7760213.
llvm-svn: 98693
|
|
|
|
|
|
| |
the block. Fixes radar 7671883.
llvm-svn: 97863
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
| |
clang-cc when they do.
llvm-svn: 89070
|
|
|
|
|
|
| |
Tests and drivers updated, still need to shuffle dirs.
llvm-svn: 67602
|
|
|
|
|
|
|
|
| |
specific targets default them to on. Default blocks to on on 10.6 and later.
Add a -fblocks option that allows the user to override the target's default.
Use -fblocks in the various testcases that use blocks.
llvm-svn: 60563
|
|
Also added a couple simple tests from the "gcc.apple" test suite.
llvm-svn: 56309
|