search for: cortell

Displaying 3 results from an estimated 3 matches for "cortell".

Did you mean: cornell
2017 Feb 28
3
LLVM_TARGETS_TO_BUILD
...ails once I've got it working. On Mon, Feb 27, 2017 at 10:00 PM, Tim Northover <t.p.northover at gmail.com> wrote: > Hi John, > > [Adding llvm-dev again; best to keep these things in the open so they > show up in future searches]. > > On 27 February 2017 at 19:46, John Cortell <john.cortell at gmail.com> wrote: > > After building the solution cmake gave me (with X86), I got those > libraries > > I wanted, but they appear to be 32-bit. I need 64-bit versions. > > Ah, that was my second guess. My limited reading suggests that Windows > has com...
2017 Feb 28
3
LLVM_TARGETS_TO_BUILD
I'm trying to build LLVM on Windows 10 for x86_64. The cmake cmdline I used is c:\cmake-3.8.0-rc1-win64-x64\bin\cmake.exe -DLLVM_TARGETS_TO_BUILD=x86_64 -G "Visual Studio 14" . And this ultimately gives me: llvm-build: error: invalid target to enable: 'x86_64' (not in project) The source I'm trying to build is the llvm-3.8.0.src.tar.xz I got from
2017 Feb 21
2
tooling libraries missing in Windows download
I was looking to write a cross platform utility that worked with ELF/DWARF files. I need the utility to run on OS X, Linux and Windows. I figured I could use clang/llvm to build this tool. I've made good progress on OS X. Before I got too far, though. I decided to verify that I can build the code on Windows. I downloaded the 3.8.0 Windows installer from the llvm downwloads page, ran the