[all-commits] [llvm/llvm-project] 3a37c1: [clang] [test] Fix recently pushed mingw tests in ...
Martin Storsjö via All-commits
all-commits at lists.llvm.org
Tue Nov 29 14:01:47 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3a37c112b173b7d66e6562cc12c441e996d895f2
https://github.com/llvm/llvm-project/commit/3a37c112b173b7d66e6562cc12c441e996d895f2
Author: Martin Storsjö <martin at martin.st>
Date: 2022-11-30 (Wed, 30 Nov 2022)
Changed paths:
M clang/test/Driver/mingw-sysroot.cpp
M clang/test/Driver/mingw.cpp
Log Message:
-----------
[clang] [test] Fix recently pushed mingw tests in some environments
Account for backslashes in paths in mingw.cpp.
Testing clang with the <triple>-clang form seems to require the
x86 target to be enabled, when the triple is an x86 triple. Just
skip that aspect of the test, since the "clang --target=<triple>"
form should give enough test coverage here.
More information about the All-commits
mailing list