Displaying 3 results from an estimated 3 matches for "r192263".
2013 Oct 09
3
[LLVMdev] [MSVC] Adding LLVM build target support in VS2013 projects
Hi,
I have attached a small patch from r192263 that I am using to add LLVM into the toolchain for VS2013.
Is someone able to review this and (if all good) submit to the source tree?
Changes are all local to llvm/tools/msbuild/ and account for VS2013 requiring the files to be named toolset.props / .targets, rather than the longer name in the pr...
2013 Oct 10
0
[LLVMdev] [MSVC] Adding LLVM build target support in VS2013 projects
On Tue, Oct 8, 2013 at 7:13 PM, Josh Samuel <JSamuel at iress.com.au> wrote:
> I have attached a small patch from r192263 that I am using to add LLVM into
> the toolchain for VS2013.
>
> Is someone able to review this and (if all good) submit to the source tree?
I don't have VS2013 to verify this with, but the patch looks good and
since it works for you, I've committed it in r192371.
Thanks,
Hans
2013 Oct 13
1
[LLVMdev] [MSVC] Adding LLVM build target support in VS2013 projects
...ans Wennborg
Sent: Friday, 11 October 2013 4:38 AM
To: Josh Samuel
Cc: llvmdev at cs.uiuc.edu
Subject: Re: [LLVMdev] [MSVC] Adding LLVM build target support in VS2013 projects
On Tue, Oct 8, 2013 at 7:13 PM, Josh Samuel <JSamuel at iress.com.au> wrote:
> I have attached a small patch from r192263 that I am using to add LLVM
> into the toolchain for VS2013.
>
> Is someone able to review this and (if all good) submit to the source tree?
I don't have VS2013 to verify this with, but the patch looks good and since it works for you, I've committed it in r192371.
Thanks,
Hans
*...