[PATCH] D103928: [IR] make -warn-frame-size into a module attr
Richard Smith - zygoloid via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jun 10 13:31:38 PDT 2021
rsmith accepted this revision.
rsmith added inline comments.
================
Comment at: clang/test/Frontend/Wframe-larger-than.c:2
+// RUN: %clang -Wframe-larger-than=42 -v -E - < /dev/null 2>&1 | FileCheck %s
+// Check that we pass -Wframe-larger-than through to cc1.
+// CHECK: cc1 {{.*}} -fwarn-stack-size=42
----------------
Comment needs updating.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D103928/new/
https://reviews.llvm.org/D103928
More information about the cfe-commits
mailing list