Go to file
Dimitry Andric 52a143a5d9 Avoid early pipefail exits due to grep failures in stage comparisons.
If objects or executables did not contain any RPATH, grep would return
nonzero, and the whole stage comparison loop would unexpectedly exit.
Fix this by checking the grep result explicitly.

llvm-svn: 242722
2015-07-20 22:24:40 +00:00
clang [CUDA] Moved device-side triple calculation to buildCudaActions(). 2015-07-20 21:59:31 +00:00
clang-tools-extra Extend misc-unused-parameters to delete parameters of local functions. 2015-07-20 03:42:38 +00:00
compiler-rt [asan] Speed up ASan unit tests by turning off symbolication 2015-07-20 15:03:39 +00:00
debuginfo-tests New round of fixes for "Always compile debuginfo-tests for the host triple" 2014-10-18 23:47:59 +00:00
libclc R600: Implement accurate double precision sqrt v2 2015-07-10 13:37:08 +00:00
libcxx Mark new tests as unsupported before C++11 2015-07-20 19:27:47 +00:00
libcxxabi Remove include directive for the unused libunwind_ext.h. 2015-07-12 14:47:53 +00:00
libunwind libunwind: Introduce __libunwind_config.h. 2015-07-19 15:23:10 +00:00
lld Update for llvm api change. 2015-07-20 20:08:04 +00:00
lldb Fix whitespace in Android.cmake. 2015-07-20 21:46:23 +00:00
llgo [llgo] cmd/gllgo: handle/ignore more flags 2015-07-17 08:15:01 +00:00
llvm Avoid early pipefail exits due to grep failures in stage comparisons. 2015-07-20 22:24:40 +00:00
openmp [cmake] Support enabling -Werror in the OpenMP runtime CMake build and 2015-07-18 03:14:02 +00:00
polly GPURuntimeDebugPrinter: Printer pointer values (except if they are strings) 2015-07-17 13:57:57 +00:00