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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Thanks for working on this! Before diving any deeper
- Does LLVM Flang require flang-new -fc1as?
- If yes, why can't Flang and Clang share it?
For better visibility, I suggest raising these questions on Discourse. As this could potentially affect both Flang and Clang, could you post in one of the generic sections? Thanks!
Comment Actions
Thanks! I opened a topic: https://discourse.llvm.org/t/rfc-flang-driver-try-to-support-flang-fc1as/68267
Comment Actions
I'm not sure how to check the generated binaries, can you provide a test case for reference? Thanks!