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

Issue 1547623002: Clang toolchain driver for PNaCl (Closed)

Created:
5 years ago by Petr Hosek
Modified:
4 years, 9 months ago
Reviewers:
Derek Schuff
CC:
native-client-reviews_googlegroups.com
Base URL:
https://chromium.googlesource.com/native_client/pnacl-clang.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Clang toolchain driver for PNaCl This is a toolchain driver for PNaCl which aims to replace the pnacl-clang and pnacl-clang++ Python scripts with a native version integrated directly into Clang. BUG=https://bugs.chromium.org/p/nativeclient/issues/detail?id=4347 R=dschuff@chromium.org Committed: ec03bad7cc8a439c8bdfbfc1791139e9f0562b46

Patch Set 1 #

Total comments: 10

Patch Set 2 : Review feedback addressed #

Total comments: 12

Patch Set 3 : Review feedback addressed #

Patch Set 4 : Review feedback addressed #

Patch Set 5 : Review feedback addressed #

Unified diffs Side-by-side diffs Delta from patch set Stats (+521 lines, -10 lines) Patch
M include/clang/Config/config.h.cmake View 1 2 3 1 chunk +3 lines, -0 lines 0 comments Download
M include/clang/Config/config.h.in View 1 2 3 1 chunk +3 lines, -0 lines 0 comments Download
M include/clang/Driver/ToolChain.h View 1 1 chunk +4 lines, -0 lines 0 comments Download
M lib/Basic/Targets.cpp View 1 2 2 chunks +7 lines, -0 lines 0 comments Download
M lib/Driver/Driver.cpp View 1 2 4 chunks +11 lines, -3 lines 0 comments Download
M lib/Driver/ToolChains.h View 1 2 1 chunk +59 lines, -0 lines 0 comments Download
M lib/Driver/ToolChains.cpp View 1 2 1 chunk +142 lines, -0 lines 0 comments Download
M lib/Driver/Tools.h View 2 chunks +18 lines, -0 lines 0 comments Download
M lib/Driver/Tools.cpp View 1 2 3 4 6 chunks +196 lines, -3 lines 0 comments Download
D test/CodeGen/pr18235.c View 1 2 1 chunk +1 line, -1 line 0 comments Download
M test/Driver/le32-unknown-nacl.cpp View 1 chunk +3 lines, -3 lines 0 comments Download
A test/Driver/pnacl-direct.c View 1 chunk +74 lines, -0 lines 0 comments Download

Messages

Total messages: 12 (3 generated)
Petr Hosek
4 years, 11 months ago (2016-01-13 19:27:50 UTC) #3
Derek Schuff
https://codereview.chromium.org/1547623002/diff/1/include/clang/Driver/ToolChain.h File include/clang/Driver/ToolChain.h (right): https://codereview.chromium.org/1547623002/diff/1/include/clang/Driver/ToolChain.h#newcode350 include/clang/Driver/ToolChain.h:350: virtual bool isVirtualTarget() const { return false; } This ...
4 years, 10 months ago (2016-02-02 23:19:12 UTC) #4
Petr Hosek
https://codereview.chromium.org/1547623002/diff/1/include/clang/Driver/ToolChain.h File include/clang/Driver/ToolChain.h (right): https://codereview.chromium.org/1547623002/diff/1/include/clang/Driver/ToolChain.h#newcode350 include/clang/Driver/ToolChain.h:350: virtual bool isVirtualTarget() const { return false; } On ...
4 years, 10 months ago (2016-02-03 22:49:27 UTC) #5
Derek Schuff
looks mostly good https://codereview.chromium.org/1547623002/diff/20001/lib/Driver/ToolChains.cpp File lib/Driver/ToolChains.cpp (right): https://codereview.chromium.org/1547623002/diff/20001/lib/Driver/ToolChains.cpp#newcode3746 lib/Driver/ToolChains.cpp:3746: assert(false && "cannot build assembler"); actually, ...
4 years, 10 months ago (2016-02-24 18:22:30 UTC) #6
Petr Hosek
https://codereview.chromium.org/1547623002/diff/20001/lib/Driver/ToolChains.cpp File lib/Driver/ToolChains.cpp (right): https://codereview.chromium.org/1547623002/diff/20001/lib/Driver/ToolChains.cpp#newcode3746 lib/Driver/ToolChains.cpp:3746: assert(false && "cannot build assembler"); On 2016/02/24 18:22:29, Derek ...
4 years, 10 months ago (2016-02-26 00:43:39 UTC) #7
Derek Schuff
https://codereview.chromium.org/1547623002/diff/20001/lib/Driver/Tools.cpp File lib/Driver/Tools.cpp (right): https://codereview.chromium.org/1547623002/diff/20001/lib/Driver/Tools.cpp#newcode8327 lib/Driver/Tools.cpp:8327: std::string Plugin = ToolChain.getDriver().Dir + "/../lib" CLANG_LIBDIR_SUFFIX "/LLVMgold.so"; On ...
4 years, 9 months ago (2016-02-26 22:36:56 UTC) #8
Petr Hosek
https://codereview.chromium.org/1547623002/diff/20001/lib/Driver/Tools.cpp File lib/Driver/Tools.cpp (right): https://codereview.chromium.org/1547623002/diff/20001/lib/Driver/Tools.cpp#newcode8327 lib/Driver/Tools.cpp:8327: std::string Plugin = ToolChain.getDriver().Dir + "/../lib" CLANG_LIBDIR_SUFFIX "/LLVMgold.so"; On ...
4 years, 9 months ago (2016-03-01 22:54:56 UTC) #9
Derek Schuff
lgtm
4 years, 9 months ago (2016-03-01 23:07:53 UTC) #10
Petr Hosek
4 years, 9 months ago (2016-03-07 20:39:03 UTC) #12
Message was sent while issue was closed.
Committed patchset #5 (id:80001) manually as
ec03bad7cc8a439c8bdfbfc1791139e9f0562b46 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698