This revision was automatically updated to reflect the committed changes.
Closed by commit rG0386f3d4f418: [NFC] Specify C11 in loop-opt-setup.c
(authored by ormris).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D94327/new/
https://reviews.llvm.org/
ormris added a comment.
Thanks!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D94327/new/
https://reviews.llvm.org/D94327
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi
atmnpatel accepted this revision.
atmnpatel added a comment.
This revision is now accepted and ready to land.
LGTM.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D94327/new/
https://reviews.llvm.org/D94327
__
ormris created this revision.
ormris added a reviewer: atmnpatel.
ormris requested review of this revision.
Herald added a project: clang.
This test was failing in our internal CI, since our driver does not default to
C11. Adding this switch fixes the issue.
Repository:
rG LLVM Github Monorep