[libc-commits] [clang] [compiler-rt] [flang] [libc] [libcxx] [libcxxabi] [libunwind] [llvm] [openmp] [Flang] Move builtin .mod generation into runtimes (Reapply #137828) (PR #171515)

Tarun Prabhu via libc-commits libc-commits at lists.llvm.org
Mon Apr 27 05:20:08 PDT 2026


================
@@ -6431,7 +6431,7 @@ def prebind : Flag<["-"], "prebind">;
 def preload : Flag<["-"], "preload">;
 def print_file_name_EQ : Joined<["-", "--"], "print-file-name=">,
----------------
tarunprabhu wrote:

Enabling this command-line option really should be a separate PR, I'm afraid. The test can be modeled off of `clang/test/Driver/print-file-name.c`.

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


More information about the libc-commits mailing list