This is an archive of the discontinued LLVM Phabricator instance.

[libc][obvious] fix bazel after removing vector
ClosedPublic

Authored by michaelrj on Dec 21 2022, 3:24 PM.

Details

Summary

The vector class was removed from the source code and cmake but not from
the bazel which caused bazel issues. This patch fixes that.

Diff Detail

Event Timeline

michaelrj created this revision.Dec 21 2022, 3:24 PM
Herald added a project: Restricted Project. · View Herald TranscriptDec 21 2022, 3:24 PM
michaelrj requested review of this revision.Dec 21 2022, 3:24 PM
Herald added a project: Restricted Project. · View Herald TranscriptDec 21 2022, 3:24 PM
sivachandra accepted this revision.Dec 21 2022, 3:28 PM
This revision is now accepted and ready to land.Dec 21 2022, 3:28 PM
This revision was automatically updated to reflect the committed changes.