llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT--> @llvm/pr-subscribers-clang Author: Nick Sarnie (sarnex) <details> <summary>Changes</summary> See `here`, need to add `--` to filename parsing on Mac because the path starts with `/U` which `clang-cl` treats as the flag `/U`. --- Full diff: https://github.com/llvm/llvm-project/pull/158677.diff 1 Files Affected: - (modified) clang/test/Headers/arm-acle-no-direct-include.c (+1-1) ``````````diff diff --git a/clang/test/Headers/arm-acle-no-direct-include.c b/clang/test/Headers/arm-acle-no-direct-include.c index b69549d92e4b0..d6a01a7417f0c 100644 --- a/clang/test/Headers/arm-acle-no-direct-include.c +++ b/clang/test/Headers/arm-acle-no-direct-include.c @@ -1,4 +1,4 @@ -// RUN: %clang_cl --target=aarch64-windows-msvc -Xclang -verify /E -U__STDC_HOSTED__ -Wno-builtin-macro-redefined %s 2>&1 | FileCheck %s +// RUN: %clang_cl --target=aarch64-windows-msvc -Xclang -verify /E -U__STDC_HOSTED__ -Wno-builtin-macro-redefined -- %s 2>&1 | FileCheck %s // expected-no-diagnostics `````````` </details> https://github.com/llvm/llvm-project/pull/158677 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits