[llvm-commits] PATCH: [compiler-rt] Explicitly add -m64 flag when building 64-bit compiler-rt libs if LLVM_BUILD_32_BITS is on.

Alexey Samsonov samsonov at google.com
Thu Aug 2 03:50:30 PDT 2012


Hi!

This patch does subj. Currently if LLVM_BUILD_32_BITS=ON on 64-bit systems,
compiler-rt libs targeted to 64 bits are also compiled
with -m32 flag. Explicitly adding -m64 to TARGET_X86_64_CFLAGS overrides
this.
Ok to commit?

-- 
Alexey Samsonov, MSK
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120802/5c7f9b7a/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: zpatch.m64
Type: application/octet-stream
Size: 500 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120802/5c7f9b7a/attachment.obj>


More information about the llvm-commits mailing list