[PATCH] D74490: [Clang] Limit -fintegrated-cc1 to only one TU
Alexandre Ganea via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Feb 12 08:51:52 PST 2020
aganea marked an inline comment as done.
aganea added inline comments.
================
Comment at: clang/test/Driver/cc1-spawnprocess.c:9
-// RUN: %clang_cl -fintegrated-cc1 -### -- %s 2>&1 \
+// RUN: %clang_cl -fintegrated-cc1 -c -### -- %s 2>&1 \
// RUN: | FileCheck %s --check-prefix=YES
----------------
Out of curiosity: what does `--` means to do? (here used along with %s)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D74490/new/
https://reviews.llvm.org/D74490
More information about the cfe-commits
mailing list