This is an archive of the discontinued LLVM Phabricator instance.

[Demangle] fix windows build
ClosedPublic

Authored by nickdesaulniers on Apr 14 2023, 4:07 PM.

Diff Detail

Event Timeline

Herald added a project: Restricted Project. · View Herald TranscriptApr 14 2023, 4:07 PM
Herald added a subscriber: hiraditya. · View Herald Transcript
nickdesaulniers requested review of this revision.Apr 14 2023, 4:07 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 14 2023, 4:07 PM
MaskRay accepted this revision.Apr 14 2023, 4:08 PM
MaskRay added a subscriber: mstorsjo.

Rubber stamp.

@mstorsjo

This revision is now accepted and ready to land.Apr 14 2023, 4:08 PM
  • fix Utility.h too
  • prefer &string_view::front to &*string_view::begin
  • use front more
  • use front again to fix the binary - properly
nickdesaulniers planned changes to this revision.Apr 14 2023, 4:19 PM

tests failing now, WTF

  • no more front
This revision is now accepted and ready to land.Apr 14 2023, 4:23 PM
This revision was landed with ongoing or failed builds.Apr 14 2023, 4:25 PM
This revision was automatically updated to reflect the committed changes.