[PATCH] D69825: [Clang][Driver] Re-use the calling process instead of creating a new process for the cc1 invocation
Nico Weber via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 5 07:53:37 PST 2020
thakis added a comment.
In D69825#1837243 <https://reviews.llvm.org/D69825#1837243>, @hctim wrote:
> For tracking purposes.
>
> The ASan leaks have been worked around in two separate patches in order to make the bots green again:
>
> - c38e42527b21acee8d01a016d5bfa2fb83202e29 <https://reviews.llvm.org/rGc38e42527b21acee8d01a016d5bfa2fb83202e29>
> - e174da447c180b586719cb28f7bd556e30625762 <https://reviews.llvm.org/rGe174da447c180b586719cb28f7bd556e30625762>
>
> @plotfi is graciously debugging :)
How is the debugging going? If it takes a while to fix, maybe it's better to make -emit-interface-stub imply -fno-integrated-cc1 until it's fixed for real, instead of adding that in the tests? As-is, the tests are happy but the feature is likely broken (?)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69825/new/
https://reviews.llvm.org/D69825
More information about the llvm-commits
mailing list