[clang] [clang-cl] Accept `cl`-style output arguments (`/Fo`, `-Fo`) for `--precompile` (PR #121046)
Ben Boeckel via cfe-commits
cfe-commits at lists.llvm.org
Thu May 15 08:25:33 PDT 2025
mathstuf wrote:
Is `-Fo` even relevant here? The BMI output name comes from `-ifcOutput` (or `-fmodule-output=`). Consumption of external modules doesn't need an object, so it would only use `-fmodule-output=`.
> Sorry, I don't remember seeing that discussion
See this thread: https://discourse.llvm.org/t/clang-cl-exe-support-for-c-modules/72257
https://github.com/llvm/llvm-project/pull/121046
More information about the cfe-commits
mailing list