OSDN Git Service

A couple of fixes for using Makefile.standalone on Mac.
authorJan Voung <jvoung@chromium.org>
Mon, 28 Jul 2014 22:19:43 +0000 (15:19 -0700)
committerJan Voung <jvoung@chromium.org>
Mon, 28 Jul 2014 22:19:43 +0000 (15:19 -0700)
commit839c4cea9facd5bdc51b027bfb89ad778f06fc39
tree39e293530a7a496bacf10367639ce687e19c2f82
parent78282f6ceb81acf1eab9ddb5b792d66841c1c642
A couple of fixes for using Makefile.standalone on Mac.

(*) PNaCl toolchain_build builds 64-bit libraries for LLVM on Mac.
    That won't link with subzero code if subzero is built with -m32,
    so add an option to override the -m32.
(*) include locale header
(*) Mark xMacroIntegrityCheck unused to avoid clang compiler warning.
(*) virtual dtor, for inheritable class
(*) Mark compare function const

BUG=none
R=stichnot@chromium.org

Review URL: https://codereview.chromium.org/428733003
Makefile.standalone
src/IceGlobalContext.cpp
src/IceTargetLowering.cpp
src/IceTargetLowering.h
src/IceTargetLoweringX8632.cpp