[PATCH] D94782: [flang][driver] Make the driver report diagnostics from the prescanner
Kiran Chandramohan via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 20 01:22:21 PST 2021
kiranchandramohan added inline comments.
================
Comment at: flang/test/Frontend/preprocessor-diag.f90:7
+
+! ERROR: :8:20: #include: extra stuff ignored after file name
+#include <empty.h> comment
----------------
Is the filename missing here? Can the driver preprocess and emit multiple files.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D94782/new/
https://reviews.llvm.org/D94782
More information about the llvm-commits
mailing list