[PATCH] D137058: [Driver] [Modules] Support -fmodule-output (1/2)

Chuanqi Xu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jan 11 19:12:27 PST 2023


ChuanqiXu updated this revision to Diff 488455.
ChuanqiXu added a comment.

Address comments:

- Extract the logic to compute the output path of `-fmodule-output` to a reusable function.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D137058/new/

https://reviews.llvm.org/D137058

Files:
  clang/include/clang/Basic/DiagnosticDriverKinds.td
  clang/include/clang/Driver/Options.td
  clang/lib/Driver/Driver.cpp
  clang/test/Driver/lit.local.cfg
  clang/test/Driver/module-output.cppm

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D137058.488455.patch
Type: text/x-patch
Size: 6899 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230112/44434aa7/attachment.bin>


More information about the cfe-commits mailing list