This is an archive of the discontinued LLVM Phabricator instance.

libcxxabi: Suppress LLVM_ENABLE_MODULES
ClosedPublic

Authored by chapuni on Jul 18 2017, 3:57 AM.

Details

Summary

It's copypasto from libcxx.
There's no serious issue. I'd like just to keep module.cache clean for in-tree libcxx builds.

Diff Detail

Repository
rL LLVM

Event Timeline

chapuni created this revision.Jul 18 2017, 3:57 AM
This revision was automatically updated to reflect the committed changes.

Does the unwinder need this too?

@jroelofs Please do. libunwind emits unique module caches.

module.cache/1JROMJZVPMD3F/std-WU7UZNPX10U5.pcm
module.cache/1JROMJZVPMD3F/std_config-WU7UZNPX10U5.pcm
module.cache/1JROMJZVPMD3F/_Builtin_stddef_max_align_t-1P37D07AX0QU6.pcm

They are not used outside the tree.