[PATCH] D58891: Modules: Add -Rmodule-import
Duncan P. N. Exon Smith via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Mar 3 23:29:44 PST 2019
dexonsmith marked an inline comment as done.
dexonsmith added inline comments.
================
Comment at: clang/test/Modules/Rmodule-build.m:22-25
-// RUN: echo ' ' >> %t/C.h
-// RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -fsyntax-only %s -I %t \
-// RUN: -Reverything 2>&1 | FileCheck %s
-
----------------
@bruno this looked redundant to me with the check above; can you confirm? (Now that we have `-Rmodule-import`, the FileCheck was failing...)
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D58891/new/
https://reviews.llvm.org/D58891
More information about the cfe-commits
mailing list