Go to file
Chandler Carruth 9ef4243824 Fix the test for printing the memory profile. This fuctionality is only
available along side the leak checking, so use the REQUIRES for that.

Also, use %run as other tests do when launching the built binary.

This fixes check-asan for me on Linux and looks like it should fix the
linux sanitizer bots as well.

llvm-svn: 271785
2016-06-04 08:45:32 +00:00
clang [X86] Use unsigned types for vector arithmetic in intrinsics to avoid undefined behavior for signed integer overflow. 2016-06-04 05:43:41 +00:00
clang-tools-extra [clang-tidy] modernize-use-auto: don't remove stars by default 2016-06-03 21:22:58 +00:00
compiler-rt Fix the test for printing the memory profile. This fuctionality is only 2016-06-04 08:45:32 +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 math: Use single precision fmax in sp path 2016-05-17 19:44:01 +00:00
libcxx [libcxx] Fix c++98 test failures. 2016-06-03 21:40:03 +00:00
libcxxabi Partially revert r270816: build with -fvisibility=hidden. 2016-06-02 08:14:28 +00:00
libunwind [libunwind] Remove unused code. 2016-06-03 20:57:48 +00:00
lld Apply clang-tidy's misc-move-constructor-init to lld. 2016-06-03 16:57:13 +00:00
lldb Add armv7 compact unwind printing to the compact-unwind-dumper.c tool 2016-06-04 04:10:15 +00:00
llgo [llgo] llgoi: separate evaluation from printing 2016-04-25 01:18:20 +00:00
llvm [LPM] Reinstate r271652 to replace the CALL_ONCE_... macro in the legacy 2016-06-04 07:25:44 +00:00
openmp Fine tuning of TC* macros - small followup 2016-06-01 09:59:26 +00:00
polly [NFC] Check that a parameter of ScheduleTreeOptimizer::isMatrMultPattern contains a correct partial schedule 2016-06-04 06:34:04 +00:00