Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(19783)

Issue 1638043: MSVC tool chain and host info for the Clang driver.

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years, 10 months ago by Bigcheesegs
Modified:
4 years, 5 months ago
Reviewers:
Base URL:
http://llvm.org/svn/llvm-project/cfe/trunk/
Visibility:
Public.

Description

This patch (along with the LLVM-MC Win32 COFF Support patch) allows the following to work: "echo int main(){printf("Hello World!");} | clang -x c -o hello.exe - && hello.exe" using the MSVC link.exe linker.

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3363 lines, -3184 lines) Patch
include/clang/Driver/HostInfo.h View 1 chunk +2 lines, -0 lines 0 comments Download
lib/Driver/Driver.cpp View 1 chunk +2 lines, -0 lines 0 comments Download
lib/Driver/HostInfo.cpp View 2 chunks +72 lines, -0 lines 0 comments Download
lib/Driver/ToolChains.h View 1 chunk +8 lines, -0 lines 0 comments Download
lib/Driver/ToolChains.cpp View 1 chunk +24 lines, -0 lines 0 comments Download
lib/Driver/Tools.h View 1 chunk +19 lines, -0 lines 0 comments Download
lib/Driver/Tools.cpp View 1 chunk +3223 lines, -3182 lines 0 comments Download
lib/Frontend/InitHeaderSearch.cpp View 2 chunks +12 lines, -2 lines 0 comments Download
test/CMakeLists.txt View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 2
Bigcheesegs
13 years, 10 months ago (2010-06-10 20:49:12 UTC) #1
Bigcheesegs
13 years, 10 months ago (2010-06-10 20:51:57 UTC) #2
On 2010/06/10 20:49:12, Bigcheesegs wrote:
> Ignore the changes to test/CMakeList.txt. I messed up on the patch.
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b