[PATCH] D106898: Revert "Revert "[clang][pp] adds '#pragma include_instead'""
Aaron Ballman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jul 28 05:02:20 PDT 2021
aaron.ballman added a comment.
Generally LGTM, but the CI is failing.
================
Comment at: clang/test/PCH/ms-pch-macro-include_instead-regression.c:3
+// RUN: %clang_cc1 -DMSEXT -fms-extensions -DFOO %S/variables.h -DBAZ=\"Inputs/pch-through1.h\" -emit-pch -o %t1.pch
+// RUN: %clang_cc1 -DMSEXT -fms-extensions -include-pch %t1.pch -DBAR=int -pch-through-header=%S/variables.h -verify %s
+
----------------
This is getting a shell parse error on Windows according to the CI runner. I suspect you need to quote the `-pch-through-header=` argument.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D106898/new/
https://reviews.llvm.org/D106898
More information about the cfe-commits
mailing list