diff options
author | Jonathan Peyton <jonathan.l.peyton@intel.com> | 2015-05-29 16:13:56 +0000 |
---|---|---|
committer | Jonathan Peyton <jonathan.l.peyton@intel.com> | 2015-05-29 16:13:56 +0000 |
commit | 92907c2ab9ceba3d96ec480350e9cfb44cea1423 (patch) | |
tree | 9fa0746600c300404e24765bf1358e8814a7382f /llvm/lib/CodeGen/MachineModuleInfo.cpp | |
parent | 5c726433d298e1ea9a5a13f864eb2b4ee520b0a7 (diff) | |
download | llvm-92907c2ab9ceba3d96ec480350e9cfb44cea1423.zip llvm-92907c2ab9ceba3d96ec480350e9cfb44cea1423.tar.gz llvm-92907c2ab9ceba3d96ec480350e9cfb44cea1423.tar.bz2 |
Allow CMAKE_OSX_ARCHITECTURES to build fat library.
The CMAKE_OSX_ARCHITECTURES CMake variable allows users to build
universal fat libraries that contain both i386 and x86_64 code. These
changes allow this build by having the z_Linux_asm.s file detect the architecture
itself instead of receiving it through the build system.
Also, there was a LIBOMP_OSX_ARCHITECTURES CMake variable added to allow
people to only build libomp as a fat library and not the entire LLVM/Clang system.
http://lists.cs.uiuc.edu/pipermail/openmp-dev/2015-May/000626.html
llvm-svn: 238566
Diffstat (limited to 'llvm/lib/CodeGen/MachineModuleInfo.cpp')
0 files changed, 0 insertions, 0 deletions