[PATCH] D143478: [RFC][Flang][driver] Try to support `flang -fc1as`
Shao-Ce SUN via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Feb 7 01:33:16 PST 2023
sunshaoce created this revision.
sunshaoce added reviewers: rovka, kiranchandramohan, Leporacanthicus, awarzynski, sscalpone, liaolucy.
Herald added projects: Flang, All.
sunshaoce requested review of this revision.
Herald added subscribers: cfe-commits, jdoerfert, MaskRay.
Herald added a project: clang.
I'm trying to support `flang-new *.s`. Since I'm new to flang, I'm not sure if this is the right way to do it.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D143478
Files:
clang/include/clang/Driver/Options.h
clang/include/clang/Driver/Options.td
clang/include/clang/Driver/ToolChain.h
clang/lib/Driver/ToolChain.cpp
clang/lib/Driver/ToolChains/Flang.cpp
clang/lib/Driver/ToolChains/Flang.h
flang/tools/flang-driver/CMakeLists.txt
flang/tools/flang-driver/driver.cpp
flang/tools/flang-driver/fc1as_main.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D143478.495425.patch
Type: text/x-patch
Size: 39567 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230207/fea7931e/attachment-0001.bin>
More information about the cfe-commits
mailing list