diff options
author | Michael Spencer <bigcheesegs@gmail.com> | 2020-02-20 15:25:36 -0800 |
---|---|---|
committer | Michael Spencer <bigcheesegs@gmail.com> | 2020-02-20 15:26:09 -0800 |
commit | d4ded05ba851304b26a437896bc3962ef56f62cb (patch) | |
tree | 191a53928fd17a89f73ead8f12205964f04329ce /llvm/lib/Transforms/Utils/BasicBlockUtils.cpp | |
parent | 72ce0c8073bc8dfa109d25a3c5f245ee0285568c (diff) | |
download | llvm-d4ded05ba851304b26a437896bc3962ef56f62cb.zip llvm-d4ded05ba851304b26a437896bc3962ef56f62cb.tar.gz llvm-d4ded05ba851304b26a437896bc3962ef56f62cb.tar.bz2 |
[libunwind][CMake] Treat S files as C to work around CMake bug.
The OSX_ARCHITECTURES property is supposed to add the -arch flag when
targeting Apple platforms. However, due to a bug in CMake
(https://github.com/Kitware/CMake/blob/master/Source/cmLocalGenerator.cxx#L1780),
this does not apply to assembly files. This results in a linker error
when trying to build libunwind for i386 on MacOS.
rdar://59642189
Diffstat (limited to 'llvm/lib/Transforms/Utils/BasicBlockUtils.cpp')
0 files changed, 0 insertions, 0 deletions