Re: r361428 - Modules: Code generation of enum constants for merged enum definitions

2019-05-22 Thread David Blaikie via cfe-commits
Ah, sure - thanks for the heads up! Fixed in r361439 On Wed, May 22, 2019 at 2:49 PM Galina Kistanova wrote: > Hello David, > > This commit broke the test on the builder: > > http://lab.llvm.org:8011/builders/llvm-clang-x86_64-expensive-checks-win/builds/17793 > Please have a look? > . . . >

Re: r361428 - Modules: Code generation of enum constants for merged enum definitions

2019-05-22 Thread Galina Kistanova via cfe-commits
Hello David, This commit broke the test on the builder: http://lab.llvm.org:8011/builders/llvm-clang-x86_64-expensive-checks-win/builds/17793 Please have a look? . . . Failing Tests (1): Clang :: Modules/enum-codegen.cpp The builder was already red and did not send any notifications. Thanks