This is an archive of the discontinued LLVM Phabricator instance.

[Tooling/Inclusion] Add missing placerholder _1 symbols.
ClosedPublic

Authored by hokein on Mar 8 2023, 12:51 AM.

Diff Detail

Event Timeline

hokein created this revision.Mar 8 2023, 12:51 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 8 2023, 12:51 AM
hokein requested review of this revision.Mar 8 2023, 12:51 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 8 2023, 12:51 AM
kadircet accepted this revision.Mar 8 2023, 7:16 AM
kadircet added inline comments.
clang/lib/Tooling/Inclusions/Stdlib/StdSpecialSymbolMap.inc
260

libstdc++ actually has _N=29 (don't know why not 30, as it starts from 1 actually :D) you mind listing it all the way till 29?

This revision is now accepted and ready to land.Mar 8 2023, 7:16 AM
hokein updated this revision to Diff 503653.Mar 9 2023, 12:08 AM
hokein marked an inline comment as done.

address comment: add more _N symbol up to _29.

This revision was landed with ongoing or failed builds.Mar 9 2023, 12:20 AM
This revision was automatically updated to reflect the committed changes.