[PATCH] D21434: [CMake] Add LLVM_BUILD_32_BITS to LLVMConfig.cmake
Chris Bieneman via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 30 09:22:04 PDT 2016
beanz accepted this revision.
beanz added a comment.
This revision is now accepted and ready to land.
This change is the best way to accomplish what needs to be done here for platforms that don't utilize fat binaries.
@chapuni, this option is only exposed to people using our shipped CMake modules, and they do need a way to know whether the modules they are importing are built for 32 or 64 bit targets.
Repository:
rL LLVM
http://reviews.llvm.org/D21434
More information about the llvm-commits
mailing list