This is an archive of the discontinued LLVM Phabricator instance.

[libunwind] Add LIBUNWIND_BUILD_32_BITS CMake option.
AbandonedPublic

Authored by EricWF on Jun 1 2016, 3:24 PM.

Details

Summary

This option defaults to LLVM_BUILD_32_BITS but it allows it to be modified separate from the rest of LLVM.

This is intended to help fix PR27959.
(https://llvm.org/bugs/show_bug.cgi?id=27959)

Diff Detail

Event Timeline

EricWF updated this revision to Diff 59288.Jun 1 2016, 3:24 PM
EricWF retitled this revision from to [libunwind] Add LIBUNWIND_BUILD_32_BITS CMake option. .
EricWF updated this object.
EricWF added reviewers: rmaprath, compnerd, jroelofs.
EricWF added a subscriber: cfe-commits.
EricWF abandoned this revision.Jun 1 2016, 4:44 PM

Abandoning in preference of D20889.