This is an archive of the discontinued LLVM Phabricator instance.

Fix test failure for missing _LIBCPP_ENABLE_CXX17_REMOVED_UNEXPECTED_FUNCTIONS
ClosedPublic

Authored by tzik on May 3 2018, 5:03 AM.

Details

Reviewers
thakis
Summary

This is a follow-up change to r331150. The CL moved the macro from individual
file to build file, but the macro is missed in a test config file.

Diff Detail

Repository
rCXXA libc++abi

Event Timeline

tzik created this revision.May 3 2018, 5:03 AM
thakis accepted this revision.May 3 2018, 5:48 AM
This revision is now accepted and ready to land.May 3 2018, 5:48 AM
thakis closed this revision.May 3 2018, 5:48 AM

r331450, thanks!