[PATCH] D84700: [ThinLTO] [test] cache.ll: Prevent Spotlight indexing of the output dir

Azharuddin Mohammed via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 27 13:28:36 PDT 2020


azharudd created this revision.
azharudd added reviewers: jhenderson, mehdi_amini.
Herald added subscribers: arphaman, dexonsmith, steven_wu, hiraditya, inglorion.
Herald added a project: LLVM.

The test output files whose atime is altered in the test were getting
accessed by Spotlight indexing on macOS, causing them to get an updated
atime and leading to the test not behaving as expected.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D84700

Files:
  llvm/test/ThinLTO/X86/cache.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D84700.281031.patch
Type: text/x-patch
Size: 14766 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200727/64c853f7/attachment.bin>


More information about the llvm-commits mailing list