[all-commits] [llvm/llvm-project] 60c889: [ThinLTO] [test] cache.ll: Prevent Spotlight index...
azharudd via All-commits
all-commits at lists.llvm.org
Tue Jul 28 21:22:39 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 60c889cf714cd9488b1a54482b64948dd21a4d5f
https://github.com/llvm/llvm-project/commit/60c889cf714cd9488b1a54482b64948dd21a4d5f
Author: Azharuddin Mohammed <azhar at apple.com>
Date: 2020-07-28 (Tue, 28 Jul 2020)
Changed paths:
M llvm/test/ThinLTO/X86/cache.ll
Log Message:
-----------
[ThinLTO] [test] cache.ll: Prevent Spotlight indexing of the output dir
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.
Reviewed By: jhenderson, steven_wu
Differential Revision: https://reviews.llvm.org/D84700
More information about the All-commits
mailing list