[PATCH] D55476: [libunwind] [cmake] Rename append_if to avoid collision with LLVM

2018-12-11 Thread Michał Górny via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL348852: [cmake] Rename append_if to avoid collision with LLVM (authored by mgorny, committed by ). Herald added subscribers: llvm-commits, christof. Changed prior to commit:

[PATCH] D55476: [libunwind] [cmake] Rename append_if to avoid collision with LLVM

2018-12-08 Thread Michał Górny via Phabricator via cfe-commits
mgorny created this revision. mgorny added reviewers: krytarowski, compnerd, phosek. Herald added subscribers: libcxx-commits, jfb. Rename the 'append_if' macro used in libunwind to 'unwind_append_if'. Otherwise, when used in a combined LLVM+libunwind build, it overrides the *incompatible*