[PATCH] D134362: [clang] Fix interaction between asm labels and inline builtins

Nick Desaulniers via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Sep 21 09:33:33 PDT 2022


nickdesaulniers added inline comments.


================
Comment at: clang/test/CodeGen/asm-label-inline-builtins.c:18-20
+// CHECK-NOT: @vprintf(
+// CHECK-NOT: @__vprintf_chk
+// CHECK-NOT: @vprintf.inline(
----------------
please be consistent wrt. the trailing open paren `(`.

Let's add a check for the declaration of `@vprintf.inline`?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D134362/new/

https://reviews.llvm.org/D134362



More information about the cfe-commits mailing list