[all-commits] [llvm/llvm-project] 3e9e8d: [Driver] [C++20] [Modules] Support -fmodule-output...
Chuanqi Xu via All-commits
all-commits at lists.llvm.org
Sun Jan 15 22:02:51 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3e9e8d6ef44244491e25f7bc918f6e91e16b7714
https://github.com/llvm/llvm-project/commit/3e9e8d6ef44244491e25f7bc918f6e91e16b7714
Author: Chuanqi Xu <yedeng.yd at linux.alibaba.com>
Date: 2023-01-16 (Mon, 16 Jan 2023)
Changed paths:
M clang/include/clang/Driver/Options.td
M clang/lib/Driver/Driver.cpp
M clang/test/Driver/module-output.cppm
Log Message:
-----------
[Driver] [C++20] [Modules] Support -fmodule-output= (2/2)
The patch implements `-fmodule-output=`. This is helpful if the build
systems want to generate these output files in other places which is not
the same with -o specified or the input file lived.
Reviewed By: dblaikie, iains
Differential Revision: https://reviews.llvm.org/D137059
More information about the All-commits
mailing list