zmodem wrote: > I think '/Fo' is basically '-o'. Its semantic is to specify the path to the > output file.
No, `/Fo` is for object files, `/Fe` for the executable, `/Fp` for pch file etc. > So if now clang-cl can accept '-o' [...] It works in general in clang-cl. I guess we'd have to double check if it works in the modules use case. And `-fmodule-output` is exposed in clang-cl as well, so it sounds like there are plenty of flags already :) https://github.com/llvm/llvm-project/pull/121046 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits