Windows Clang ToT bots fail compilation with "There are local ones at end of translation unit!" assert |
|
Issue descriptionI have a feeling this is due to the dllexport patch I landed the other day.. Example builds: https://ci.chromium.org/buildbot/chromium.clang/ToTWin%28dbg%29/473 https://ci.chromium.org/buildbot/chromium.clang/ToTWin%28dll%29/491
,
Feb 14 2018
Confirmed that it's this one: --- Author: hans Date: Tue Feb 13 01:19:43 2018 New Revision: 324991 URL: http://llvm.org/viewvc/llvm-project?rev=324991&view=rev Log: Fix for PR32992. Static const classes not exported. Patch by zahiraam! Differential Revision: https://reviews.llvm.org/D42968 Modified: cfe/trunk/lib/Sema/SemaDeclCXX.cpp cfe/trunk/test/CodeGenCXX/dllexport.cpp ---
,
Feb 14 2018
|
|
►
Sign in to add a comment |
|
Comment 1 by h...@chromium.org
, Feb 14 20183.1 MB
3.1 MB Download
19.6 KB
19.6 KB View Download