All ClangToTWin bots red |
|
Issue descriptionhttps://build.chromium.org/p/chromium.fyi/builders/ClangToTWin(dbg) [223/42568] CC obj/base/base/precompile.c.obj FAILED: obj/base/base/precompile.c.obj ../../third_party/llvm-build/Release+Asserts/bin/clang-cl.exe /nologo /showIncludes /FC @obj/base/base/precompile.c.obj.rsp /c ../../build/precompile.cc /Foobj/base/base/precompile.c.obj /Fd"obj/base/base_c.pdb" error: C99 was disabled in PCH file but is currently enabled 1 error generated. The pinned bots are happy 'cause they use goma which disables pchs. I don't see a chrome-side change that looks super related; maybe the pch code changed in clang.
,
Aug 30 2016
Short repro on trunk: thakis@thakis:~/src/llvm-build$ touch pch.h pch.c thakis@thakis:~/src/llvm-build$ bin/clang-cl /FIpch.h /Ycpch.h pch.c error: C99 was disabled in PCH file but is currently enabled 1 error generated.
,
Aug 30 2016
|
|
►
Sign in to add a comment |
|
Comment 1 by thakis@chromium.org
, Aug 30 2016