Re: [libcxx] r287435 - Fix stdint/cstdint modules

2016-11-21 Thread Eric Fiselier via cfe-commits
Hi Alex, Sorry about the breakage. It's reverted in r287531. /Eric On Mon, Nov 21, 2016 at 3:59 AM, Alex L wrote: > Hello Eric, > > I think that this commit (r287435) might have broken the green dragon > stage 2 ASAN + UBSAN buildbot: > >

Re: [libcxx] r287435 - Fix stdint/cstdint modules

2016-11-21 Thread Alex L via cfe-commits
Hello Eric, I think that this commit (r287435) might have broken the green dragon stage 2 ASAN + UBSAN buildbot: http://lab.llvm.org:8080/green/job/clang-stage2-cmake-RgSan_check/2643/ I'm not sure why exactly the tests fail, since ASAN/UBSAN isn't triggering anything, and it's just a module

[libcxx] r287435 - Fix stdint/cstdint modules

2016-11-18 Thread Eric Fiselier via cfe-commits
Author: ericwf Date: Fri Nov 18 21:29:03 2016 New Revision: 287435 URL: http://llvm.org/viewvc/llvm-project?rev=287435=rev Log: Fix stdint/cstdint modules Added: libcxx/trunk/test/libcxx/modules/cinttypes_exports.sh.cpp libcxx/trunk/test/libcxx/modules/cstdint_exports.sh.cpp