This is an archive of the discontinued LLVM Phabricator instance.

[libc++] Fix missing clang-query substitution
AbandonedPublic

Authored by ldionne on Jan 9 2023, 9:33 AM.

Details

Reviewers
Mordante
Group Reviewers
Restricted Project
Summary

We must use %{clang-query} to expand to the right version of clang-query.
This must have been a typo.

Diff Detail

Event Timeline

ldionne created this revision.Jan 9 2023, 9:33 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 9 2023, 9:33 AM
ldionne requested review of this revision.Jan 9 2023, 9:33 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 9 2023, 9:34 AM
Herald added a reviewer: Restricted Project. · View Herald Transcript
Mordante accepted this revision.Jan 9 2023, 9:48 AM
Mordante added a subscriber: Mordante.

Nice catch, thanks!

This revision is now accepted and ready to land.Jan 9 2023, 9:48 AM
philnik added a subscriber: philnik.Jan 9 2023, 9:49 AM

I've already fixed this in 64f06dda. Mark's patch probably landed between the creation of abi_tag_on_virtual and now.

ldionne abandoned this revision.Jan 9 2023, 10:35 AM

I've already fixed this in 64f06dda. Mark's patch probably landed between the creation of abi_tag_on_virtual and now.

Oh, thanks.