Go to file
Jordan Rose 7bd9186cdd [analyzer] SATestBuild: strip trailing newlines from command file.
When running a make-based command, SATestBuild tries to append a -jN flag
with an appropriate N to run the build in parallel. However, it failed
to take into account that each line read includes a trailing newline
(unless it is the last line of a file without a trailing newline), which
resulted in the "-jN" appearing on a line on its own.

llvm-svn: 190164
2013-09-06 16:12:41 +00:00
clang [analyzer] SATestBuild: strip trailing newlines from command file. 2013-09-06 16:12:41 +00:00
clang-tools-extra clang-modernize: Remove -headers option 2013-09-06 14:23:56 +00:00
compiler-rt [sanitizer] Avoid including any system headers in the system-header-free part of the runtime library. 2013-09-06 15:34:17 +00:00
debuginfo-tests Only fail this on darwin since most other platforms should have a newer 2013-09-04 05:06:10 +00:00
libclc Place pkg-config file in $prefix/share/pkgconfig. 2013-09-05 23:27:58 +00:00
libcxx N3545: Quoted strings 2013-09-05 04:48:45 +00:00
libcxxabi Change the two last remaining _LIBCPP_CANTTHROW to _NOEXCEPT 2013-08-29 19:19:27 +00:00
lld [PECOFF] Add /machine command line option. 2013-09-06 04:17:07 +00:00
lldb Correct logic error found by inspection. 2013-09-06 12:43:14 +00:00
llvm [mips][msa] Indentation 2013-09-06 13:25:06 +00:00
polly [CodeGen] Fixup assert fails caused by incorrect LoopInfo update 2013-09-02 16:13:00 +00:00