[PATCH] D102495: [clang][deps] Support inferred modules
Frederik Gossen via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed May 19 10:30:32 PDT 2021
frgossen 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 \
----------------
These three commands rely on file creations in the current working directory.
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