[llvm] r269542 - Increase verbosity in the test output to help debugging windows issues

Mehdi Amini via llvm-commits llvm-commits at lists.llvm.org
Fri May 13 22:01:36 PDT 2016


Author: mehdi_amini
Date: Sat May 14 00:01:36 2016
New Revision: 269542

URL: http://llvm.org/viewvc/llvm-project?rev=269542&view=rev
Log:
Increase verbosity in the test output to help debugging windows issues

From: Mehdi Amini <mehdi.amini at apple.com>

Modified:
    llvm/trunk/test/ThinLTO/X86/cache.ll

Modified: llvm/trunk/test/ThinLTO/X86/cache.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/ThinLTO/X86/cache.ll?rev=269542&r1=269541&r2=269542&view=diff
==============================================================================
--- llvm/trunk/test/ThinLTO/X86/cache.ll (original)
+++ llvm/trunk/test/ThinLTO/X86/cache.ll Sat May 14 00:01:36 2016
@@ -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"
 




More information about the llvm-commits mailing list