[PATCH] D125727: [clang] Avoid suggesting typoed directives in `.S` files
Nick Desaulniers via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon May 16 15:21:17 PDT 2022
nickdesaulniers added inline comments.
================
Comment at: clang/test/Preprocessor/suggest-typoed-directive.S:1
+// RUN: %clang_cc1 -fsyntax-only -verify %s - < %s
+
----------------
These three can be removed now as well. Clang will read `%s` as input without the need to read from stdin, which is what `- < [filename]` is doing.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D125727/new/
https://reviews.llvm.org/D125727
More information about the cfe-commits
mailing list