[PATCH] D94228: [flang][driver] Support fixed form detection
Faris via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 19 04:07:41 PST 2021
FarisRehman marked an inline comment as done.
FarisRehman added inline comments.
================
Comment at: flang/include/flang/FrontendTool/Utils.h:17
+#include "llvm/ADT/StringRef.h"
+
----------------
sameeranjoshi wrote:
> Do you really need this?
This is needed as llvm::StringRef is used in isFixedFormSuffix and isFreeFormSuffix methods.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D94228/new/
https://reviews.llvm.org/D94228
More information about the llvm-commits
mailing list