[PATCH] D55273: [test] Skip ThinLTO cache tests requiring atime setting on NetBSD

Michał Górny via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 5 03:17:58 PST 2018


mgorny updated this revision to Diff 176784.
mgorny marked an inline comment as done.

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D55273/new/

https://reviews.llvm.org/D55273

Files:
  test/ThinLTO/X86/cache.ll


Index: test/ThinLTO/X86/cache.ll
===================================================================
--- test/ThinLTO/X86/cache.ll
+++ test/ThinLTO/X86/cache.ll
@@ -1,5 +1,7 @@
-; Verify first that *without* hash, we don't use the cache.
+; NetBSD: noatime mounts currently inhibit 'touch -a' updates
+; UNSUPPORTED: system-netbsd
 
+; Verify first that *without* hash, we don't use the cache.
 ; RUN: opt -module-summary %s -o %t.bc
 ; RUN: opt -module-summary %p/Inputs/cache.ll -o %t2.bc
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D55273.176784.patch
Type: text/x-patch
Size: 493 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181205/40b03775/attachment.bin>


More information about the llvm-commits mailing list