Re: [PATCH] D20889: [libunwind] Allow target flags to affect CMake configuration tests

2016-06-01 Thread Eric Fiselier via cfe-commits
EricWF updated this revision to Diff 59307. EricWF added a comment. Add missing declaration for "LIBUNWIND_TARGET_TRIPLE". http://reviews.llvm.org/D20889 Files: CMakeLists.txt src/CMakeLists.txt Index: src/CMakeLists.txt === -

[PATCH] D20889: [libunwind] Allow target flags to affect CMake configuration tests

2016-06-01 Thread Eric Fiselier via cfe-commits
EricWF created this revision. EricWF added reviewers: jroelofs, danalbert, compnerd, bcraig, rmaprath. EricWF added a subscriber: cfe-commits. This patch changes the libunwind CMake so that it adds certain target flags like '-m32' or '--gcc-toolchain' before including config-ix.cmake. Since these