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

Issue 7850008: lto/addAsmGlobalSymbols: fast path when no module level asm is present (Closed)

Created:
9 years, 3 months ago by krasin1
Modified:
9 years, 3 months ago
Reviewers:
nlewycky, krasin
Base URL:
https://llvm.org/svn/llvm-project/llvm/trunk/
Visibility:
Public.

Patch Set 1 #

Total comments: 2

Patch Set 2 : fix style #

Patch Set 3 : . #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -0 lines) Patch
M tools/lto/LTOModule.cpp View 1 2 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
krasin
9 years, 3 months ago (2011-09-08 00:28:21 UTC) #1
nlewycky
LGTM http://codereview.chromium.org/7850008/diff/1/tools/lto/LTOModule.cpp File tools/lto/LTOModule.cpp (right): http://codereview.chromium.org/7850008/diff/1/tools/lto/LTOModule.cpp#newcode618 tools/lto/LTOModule.cpp:618: if (inlineAsm == "") { inlineAsm.empty(), and this ...
9 years, 3 months ago (2011-09-08 00:31:52 UTC) #2
krasin
9 years, 3 months ago (2011-09-08 00:34:23 UTC) #3
http://codereview.chromium.org/7850008/diff/1/tools/lto/LTOModule.cpp
File tools/lto/LTOModule.cpp (right):

http://codereview.chromium.org/7850008/diff/1/tools/lto/LTOModule.cpp#newcode618
tools/lto/LTOModule.cpp:618: if (inlineAsm == "") {
On 2011/09/08 00:31:52, nlewycky wrote:
> inlineAsm.empty(), and this file doesn't use {} in similar code.

Done.

Powered by Google App Engine
This is Rietveld 408576698