search for: build32bits

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

2012 Jun 07
1
[LLVMdev] 32-bit in-tree Polly build with CMake
...sing CMake to build LLVM.) > I would go for option 1 as Polly itself is used not as a shared library, but > as a module. Would you be able to provide a patch? Sure; I have attached it. Cheers, ~~ Ondra -------------- next part -------------- A non-text attachment was scrubbed... Name: llvm-build32bits-module-m32.patch Type: application/octet-stream Size: 579 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120607/82abfe3d/attachment.obj>
2012 Jun 07
0
[LLVMdev] 32-bit in-tree Polly build with CMake
On 06/07/2012 02:41 PM, Ondřej Hošek wrote: > Hi, > > I was having troubles building LLVM with Polly in-tree using CMake > with LLVM_BUILD_32_BITS on. Turns out CMake considers LLVMPolly a > module, not a shared library, and LLVM_BUILD_32_BITS only makes > provisions for the EXE and SHARED linker flags. Hi, thanks for reporting. == Some bug reporting advice == In this case,
2012 Jun 07
2
[LLVMdev] 32-bit in-tree Polly build with CMake
Hi, I was having troubles building LLVM with Polly in-tree using CMake with LLVM_BUILD_32_BITS on. Turns out CMake considers LLVMPolly a module, not a shared library, and LLVM_BUILD_32_BITS only makes provisions for the EXE and SHARED linker flags. Possible fixes (pick one): 1. Change cmake/modules/HandleLLVMOptions.cmake to append -m32 to CMAKE_MODULE_LINKER_FLAGS as well if LLVM_BUILD_32_BITS