[PATCH] D71301: [clang][IFS] Prevent Clang-IFS from Leaking symbols from inside a block.

Francis Visoiu Mistrih via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jan 21 18:20:10 PST 2020


thegameg added a comment.

In D71301#1832801 <https://reviews.llvm.org/D71301#1832801>, @plotfi wrote:

> So, the culprit appears to be D69825 <https://reviews.llvm.org/D69825>. The way InterfaceStubs assembles the pipeline appears to trigger an asan bug. For now I will alter the tests to get the bots green, but once I get my bugzilla access sorted I intend to file a bug. -PL
>
> In D71301#1826928 <https://reviews.llvm.org/D71301#1826928>, @thegameg wrote:
>
> > Hi @plotfi, this seems to cause failures with ASAN and UBSAN on green dragon: http://green.lab.llvm.org/green/job/clang-stage2-cmake-RgSan/6886/consoleFull
> >
> > The following tests are failing:
> >
> >   Clang :: InterfaceStubs/driver-test.c
> >   Clang :: InterfaceStubs/driver-test2.c
> >   
>


Great, thanks for taking a look!


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D71301/new/

https://reviews.llvm.org/D71301





More information about the cfe-commits mailing list