[Lldb-commits] [PATCH] D42277: Use test-specific module caches to avoid stale header conflicts
Adrian Prantl via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Jan 23 06:31:43 PST 2018
aprantl added a comment.
> Skip tests which fail when -fmodules is passed (https://bugs.llvm.org/show_bug.cgi?id=36048).
Wait.. this patch is not supposed to change the set of tests that get -fmodules passed to them. It should only add -fmodules-cache-path to tests that do pass -fmodules. Why is this necessary?
https://reviews.llvm.org/D42277
More information about the lldb-commits
mailing list