This is an archive of the discontinued LLVM Phabricator instance.

[Debuginfod][unittest] Include llvm/Support/StringExtras.h
ClosedPublic

Authored by Caslyn on Jul 14 2023, 10:25 AM.

Details

Summary

Include the "llvm/ADT/StringExtras.h" in unittest to resolve a
"use of undeclared identifier 'utostr'" error that surfaces on mac-x64
builds after https://reviews.llvm.org/D155178.

Diff Detail

Event Timeline

Caslyn created this revision.Jul 14 2023, 10:25 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 14 2023, 10:25 AM
Caslyn requested review of this revision.Jul 14 2023, 10:25 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 14 2023, 10:25 AM
haowei added a subscriber: haowei.Jul 14 2023, 11:12 AM

This test is breaking on Windows as well.

phosek accepted this revision.Jul 14 2023, 11:15 AM
phosek added a subscriber: phosek.

LGTM

This revision is now accepted and ready to land.Jul 14 2023, 11:15 AM
This revision was automatically updated to reflect the committed changes.