Go to file
Michael Kruse abf05b18db [CMake] Fix polly-isl-test execution in out-of-LLVM-tree builds.
The isl unittest modified its PATH variable to point to the LLVM bin dir.
When building out-of-LLVM-tree, it does not contain the
polly-isl-test executable, hence the test fails.

Ensure that the polly-isl-test is written to a bin directory in the
build root, just like it would happen in an inside-LLVM build.
Then, change PATH to include that dir such that the executable in it
is prioritized before any other location.

llvm-svn: 301096
2017-04-22 23:02:53 +00:00
clang Rearrange some Modules TS testcases into test/CXX/modules-ts. 2017-04-22 00:47:53 +00:00
clang-tools-extra [Clangd] Failed to decode params using 1.x-compatible request message 2017-04-21 15:51:23 +00:00
compiler-rt [builtins] Implement emulated TLS on Windows. 2017-04-22 18:45:17 +00:00
debuginfo-tests Add additional CHECKs to safestack.c. 2017-04-17 17:57:05 +00:00
libclc math: Implement sinh function 2017-02-25 02:46:53 +00:00
libcxx cmath: Skip Libc for integral types in isinf, etc. 2017-04-21 23:14:55 +00:00
libcxxabi Fix PR25874 - cxa_thread_atexit_test.pass.cpp has an incorrect XFAIL. 2017-04-20 23:40:35 +00:00
libunwind [CMake][libunwind] Fix the -target and -gcc-toolchain flag handling 2017-04-16 06:08:44 +00:00
lld [coff] for /msvclto, pass archive members with prevailing symbols first 2017-04-21 21:38:01 +00:00
lldb ThreadSanitizer plugin: match for loop variable with expected type 2017-04-22 01:38:54 +00:00
llgo benchcomp: Add a mode for analyzing file sizes. 2017-04-03 19:13:12 +00:00
llvm [APInt] Add ashrInPlace method and implement ashr using it. Also fix a bug in the shift by BitWidth handling. 2017-04-22 22:00:03 +00:00
openmp [OpenMP] libomptarget: Set ref count for global objects to positive infinity 2017-04-22 11:45:03 +00:00
parallel-libs [Axccel] Remove -Wno-missing-braces in build 2016-12-19 21:34:07 +00:00
polly [CMake] Fix polly-isl-test execution in out-of-LLVM-tree builds. 2017-04-22 23:02:53 +00:00