[flang-commits] [flang] [llvm] [Flang] Add mock flang driver (PR #203481)

Joseph Huber via flang-commits flang-commits at lists.llvm.org
Wed Jun 17 05:55:04 PDT 2026


================
@@ -0,0 +1,27 @@
+set(LLVM_LINK_COMPONENTS
+  Support
+)
+set(FLANG_BUILD_TOOLS OFF) # Do not install
+add_flang_tool(fakeflang
+  fakeflang.cpp
----------------
jhuber6 wrote:

Sorry, I meant for testing does it actually verify that everything is built first. I couldn't find a fakeflang target in the test deps.

https://github.com/llvm/llvm-project/pull/203481


More information about the flang-commits mailing list