This is an archive of the discontinued LLVM Phabricator instance.

[Support] Add workaround for a bug in fuse-overlayfs
Needs ReviewPublic

Authored by tstellar on Dec 4 2020, 1:33 PM.
This revision needs review, but there are no reviewers specified.

Details

Reviewers
None
Summary

This fixes the following lit tests when running in a podman container
using fuse-overlayfs:

lld :: COFF/lto-cache.ll
lld :: ELF/lto/cache.ll
lld :: wasm/lto/cache.ll

Fixes: PR48380

Diff Detail

Event Timeline

tstellar created this revision.Dec 4 2020, 1:33 PM
tstellar requested review of this revision.Dec 4 2020, 1:33 PM
Herald added a project: Restricted Project. · View Herald TranscriptDec 4 2020, 1:33 PM
Herald added a subscriber: aheejin. · View Herald Transcript

Looking for feedback on if we want this kind of workaround in tree.

Given the ubiquity of containers - if this doesn't have significant performance concerns, seems worthwhile to me.