[PATCH] D137058: [Driver] [Modules] Support -fmodule-output (1/2)
H. Vetinari via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Dec 9 20:54:51 PST 2022
h-vetinari added inline comments.
================
Comment at: clang/test/Driver/save-std-c++-module-file.cpp:1
+// RUN: rm -rf %t
+// RUN: mkdir %t
----------------
The filename of this test still reflects the old option name and should presumably be changed.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D137058/new/
https://reviews.llvm.org/D137058
More information about the cfe-commits
mailing list