This is an archive of the discontinued LLVM Phabricator instance.

compiler-rt's CMake append_if function clashes with LLVM's, let's rename it to append_list_if
ClosedPublic

Authored by kubamracek on Oct 10 2014, 7:57 PM.

Details

Reviewers
samsonov
Summary

Let's

s/append_if/append_list_if/g

in the compiler-rt project so that it doesn't clash with LLVM's append_if. Unfortunately the LLVM one behaves differently and this causes issues, like http://lists.cs.uiuc.edu/pipermail/lldb-dev/2014-March/003565.html

No functional change.

Diff Detail

Event Timeline

kubamracek updated this revision to Diff 14764.Oct 10 2014, 7:57 PM
kubamracek retitled this revision from to compiler-rt's CMake append_if function clashes with LLVM's, let's rename it to append_list_if.
kubamracek updated this object.
kubamracek edited the test plan for this revision. (Show Details)
kubamracek added a subscriber: Unknown Object (MLST).
samsonov accepted this revision.Oct 15 2014, 11:29 AM
samsonov added a reviewer: samsonov.
samsonov added a subscriber: samsonov.

LGTM. Alright, let's do it. Please run grep before commit to check that you actually replace all the encounters.

This revision is now accepted and ready to land.Oct 15 2014, 11:29 AM
kubamracek closed this revision.Oct 15 2014, 3:58 PM

Landed in r219860.