| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
llvm-svn: 232187
|
|
|
|
|
|
|
| |
Pipe the file into clang instead of passing the file path on the command
line.
llvm-svn: 227896
|
|
|
|
|
|
| |
This fixes PR22437.
llvm-svn: 227843
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
| |
llvm-svn: 91290
|
|
|
|
|
|
| |
-fnext-runtime), instead of using getDefaultLangOptions.
llvm-svn: 89058
|
|
|
|
|
|
| |
- 'for i in $(find . -type f); do sed -e 's#\(RUN:.*[^ ]\) *&& *$#\1#g' $i | FileUpdate $i; done', for the curious.
llvm-svn: 86430
|
|
|
|
|
|
| |
Patch by Jean-Daniel Dupas
llvm-svn: 73343
|
|
|
|
|
|
| |
have support for __divti3 and friends.
llvm-svn: 70480
|
|
|
|
|
|
|
|
| |
compatible with VC++ and GCC. The codegen/mangling angle hasn't
been fully ironed out yet. Note that we accept int128_t even in
32-bit mode, unlike gcc.
llvm-svn: 70464
|
|
llvm-svn: 68729
|