[all-commits] [llvm/llvm-project] e0ef6e: [Clang] Fix unknown argument test on Windows
Joseph Huber via All-commits
all-commits at lists.llvm.org
Thu Oct 6 18:16:03 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e0ef6e2411972a755a0f70502f91a82a3eb9f560
https://github.com/llvm/llvm-project/commit/e0ef6e2411972a755a0f70502f91a82a3eb9f560
Author: Joseph Huber <jhuber6 at vols.utk.edu>
Date: 2022-10-06 (Thu, 06 Oct 2022)
Changed paths:
M clang/test/Driver/unknown-arg.c
Log Message:
-----------
[Clang] Fix unknown argument test on Windows
Summary:
This added a check for no unknown argument warnings. This apparently
occurs in the Windows toolchain as it cannot find a toolchain. This
patch fixes it by just ignoring this warning.
More information about the All-commits
mailing list