This is an archive of the discontinued LLVM Phabricator instance.

[libc] Relocate the closing directive of #ifdef
ClosedPublic

Authored by hedingarcia on Jul 15 2021, 11:33 AM.

Details

Summary

Changed where an #endif was placed because previously it
prevented three macro definitions from being enable in Windows.

Diff Detail

Event Timeline

hedingarcia created this revision.Jul 15 2021, 11:33 AM
hedingarcia requested review of this revision.Jul 15 2021, 11:33 AM
sivachandra accepted this revision.Jul 15 2021, 12:55 PM

OK after clang-format.

This revision is now accepted and ready to land.Jul 15 2021, 12:55 PM

[libc] ran clang-format

This revision was landed with ongoing or failed builds.Jul 15 2021, 1:24 PM
This revision was automatically updated to reflect the committed changes.