Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(322)

Issue 1058613007: clang/win: Attempt to fix component build after r194273. (Closed)

Created:
5 years, 8 months ago by Nico
Modified:
5 years, 8 months ago
Reviewers:
hans, eae
CC:
blink-reviews, Dominik Röttsches, krit, Rik, dshwang, jbroman, Justin Novosad, danakj, pdr+graphicswatchlist_chromium.org, f(malita), Stephen Chennney, rwlbuis
Target Ref:
refs/remotes/origin/master
Project:
blink
Visibility:
Public.

Description

clang/win: Attempt to fix component build after r194273. We're seeing this error on the clang/win bots: blink_platform_unittests.HarfBuzzShaperTest.obj : error LNK2019: unresolved external symbol "public: __thiscall blink::HarfBuzzShaper::HarfBuzzRun::~HarfBuzzRun(void)" (??1HarfBuzzRun@HarfBuzzShaper@blink@@QAE@XZ) referenced in function "private: virtual void __thiscall `anonymous namespace'::HarfBuzzShaperTest_ResolveCandidateRunsLatin_Test::TestBody(void)" (?TestBody@HarfBuzzShaperTest_ResolveCandidateRunsLatin_Test@?A@@EAEXXZ) We used to think that cl.exe (MSVC's compiler) doesn't apply __dllexport on an outer class to inner classes (and continue to do so), but it's not clear to me why this builds with cl.exe but doesn't with clang-cl.exe. We'll have to investigate, but for now this will get our component build bots back to green. (Similar to https://codereview.chromium.org/1027693006/, also see discussion there.) BUG=82385 R=hans@chromium.org TBR=eae Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=194314

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M Source/platform/fonts/shaping/HarfBuzzShaper.h View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 8 (2 generated)
Nico
5 years, 8 months ago (2015-04-23 17:40:55 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1058613007/1
5 years, 8 months ago (2015-04-23 17:41:14 UTC) #4
hans
> We used to think that cl.exe (MSVC's compiler) doesn't apply __dllexport on > an ...
5 years, 8 months ago (2015-04-23 18:08:38 UTC) #5
Nico
On 2015/04/23 18:08:38, hans wrote: > > We used to think that cl.exe (MSVC's compiler) ...
5 years, 8 months ago (2015-04-23 18:11:50 UTC) #6
hans
On 2015/04/23 18:11:50, Nico (OOO sick) wrote: > I guess cl.exe doesn't inline dtors of ...
5 years, 8 months ago (2015-04-23 18:16:57 UTC) #7
Nico
5 years, 8 months ago (2015-04-23 18:32:41 UTC) #8
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as 194314 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698