This is an archive of the discontinued LLVM Phabricator instance.

[libcxx] fix incorrect attribute property
ClosedPublic

Authored by kiszk on Jan 6 2020, 9:50 PM.

Details

Summary

__has_attribute(fallthough) -> __has_attribute(fallthrough)
This is a follow-up of https://reviews.llvm.org/D72287

Diff Detail

Event Timeline

kiszk created this revision.Jan 6 2020, 9:50 PM
Herald added a project: Restricted Project. · View Herald Transcript
Jim accepted this revision.Jan 6 2020, 10:08 PM
This revision is now accepted and ready to land.Jan 6 2020, 10:08 PM
Jim added a comment.Jan 7 2020, 2:02 AM

It looks like test is passed now. Although I don't know why http://lab.llvm.org:8011/builders/openmp-gcc-x86_64-linux-debian/builds/1710 fails.

kiszk added a comment.Jan 7 2020, 6:45 AM

I do not have commit rights to the repository yet. Could someone commit this change if it is OK?
Kazuaki Ishizaki <ishizaki@jp.ibm.com>

kiszk added a comment.Jan 7 2020, 8:40 AM
This comment was removed by kiszk.
This revision was automatically updated to reflect the committed changes.