This is an archive of the discontinued LLVM Phabricator instance.

Shuffle an #undef to avoid a warning on FreeBSD
ClosedPublic

Authored by emaste on Feb 18 2016, 10:59 AM.

Details

Summary

On FreeBSD _LIBCPP_EXTERN_TEMPLATE is being defined from something included by lldb/lldb-private.h. Undefine it later to avoid the redefinition warning.

Diff Detail

Repository
rL LLVM

Event Timeline

emaste updated this revision to Diff 48364.Feb 18 2016, 10:59 AM
emaste retitled this revision from to Shuffle an #undef to avoid a warning on FreeBSD.
emaste updated this object.
emaste added a subscriber: lldb-commits.
chaoren accepted this revision.Mar 14 2016, 1:32 PM
chaoren edited edge metadata.

Seems legit.

This revision is now accepted and ready to land.Mar 14 2016, 1:32 PM
This revision was automatically updated to reflect the committed changes.