diff options
author | Mehdi Amini <mehdi.amini@apple.com> | 2016-05-14 05:01:36 +0000 |
---|---|---|
committer | Mehdi Amini <mehdi.amini@apple.com> | 2016-05-14 05:01:36 +0000 |
commit | e19c794741a00f837c10a6cfcfde398f31d3a38a (patch) | |
tree | 0dfa283cb7021c621f0b4333aedf0b242522b53c | |
parent | 2a16a5fae578ffd07a17ea6889d96bc8b9587670 (diff) | |
download | bcm5719-llvm-e19c794741a00f837c10a6cfcfde398f31d3a38a.tar.gz bcm5719-llvm-e19c794741a00f837c10a6cfcfde398f31d3a38a.zip |
Increase verbosity in the test output to help debugging windows issues
From: Mehdi Amini <mehdi.amini@apple.com>
llvm-svn: 269542
-rw-r--r-- | llvm/test/ThinLTO/X86/cache.ll | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/llvm/test/ThinLTO/X86/cache.ll b/llvm/test/ThinLTO/X86/cache.ll index 6254abe0a93..a3a85b846dc 100644 --- a/llvm/test/ThinLTO/X86/cache.ll +++ b/llvm/test/ThinLTO/X86/cache.ll @@ -3,10 +3,12 @@ ; Verify that enabling caching is working ; RUN: rm -Rf %t.cache && mkdir %t.cache -; RUN: llvm-lto -thinlto-action=run -exported-symbol=globalfunc %t2.bc %t.bc -thinlto-cache-dir %t.cache +; RUN: llvm-lto -thinlto-action=run -exported-symbol=globalfunc %t2.bc %t.bc -thinlto-cache-dir %t.cache -debug-only=thinlto +; RUN: ls %t.cache/ ; RUN: ls %t.cache/llvmcache.timestamp ; RUN: ls %t.cache | count 3 +; REQUIRES: assert target datalayout = "e-m:o-i64:64-f80:128-n8:16:32:64-S128" target triple = "x86_64-apple-macosx10.11.0" |