This is an archive of the discontinued LLVM Phabricator instance.

[libc++][NFC] Remove MSVC specific code.
ClosedPublic

Authored by Mordante on Aug 8 2021, 2:04 AM.

Details

Reviewers
ldionne
Group Reviewers
Restricted Project
Commits
rG96ed451f8d5d: [libc++][NFC] Remove MSVC specific code.
Summary

Switching __builtin_clzll to __libcpp_clz should work on all
platforms and no longer require MSVC specific code.

Diff Detail

Event Timeline

Mordante requested review of this revision.Aug 8 2021, 2:04 AM
Mordante created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptAug 8 2021, 2:04 AM
Herald added a reviewer: Restricted Project. · View Herald Transcript
ldionne accepted this revision.Aug 9 2021, 5:50 AM
This revision is now accepted and ready to land.Aug 9 2021, 5:50 AM
This revision was automatically updated to reflect the committed changes.