diff options
-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" |