[PATCH] D102495: [clang][deps] Support inferred modules
Jan Svoboda via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu May 20 03:48:08 PDT 2021
jansvoboda11 added inline comments.
================
Comment at: clang/test/ClangScanDeps/modules-inferred-explicit-build.m:13-15
+// RUN: %clang @%t.inferred.cc1.rsp -pedantic -Werror
+// RUN: %clang @%t.system.cc1.rsp -pedantic -Werror
+// RUN: %clang -x objective-c -fsyntax-only %t.dir/modules_cdb_input.cpp \
----------------
frgossen wrote:
> These three commands rely on file creations in the current working directory.
Thanks for the heads-up and for the revert. Fixed in 7defab082070.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D102495/new/
https://reviews.llvm.org/D102495
More information about the cfe-commits
mailing list