[all-commits] [llvm/llvm-project] e26bba: [clang] [test] Remove newly added tests that fail ...
Martin Storsjö via All-commits
all-commits at lists.llvm.org
Tue Jan 11 01:08:41 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e26bbae30218a35d76a79fe90b0e41dd0f71b779
https://github.com/llvm/llvm-project/commit/e26bbae30218a35d76a79fe90b0e41dd0f71b779
Author: Martin Storsjö <martin at martin.st>
Date: 2022-01-11 (Tue, 11 Jan 2022)
Changed paths:
M clang/test/Driver/diagnostics.c
Log Message:
-----------
[clang] [test] Remove newly added tests that fail on Darwin
These tests were recently added in
50ec1306d060e46e0d53c9f5d8a052e1b0d10d3b. The clang-cl invocations
interpret the source path, %s, which begins with /Users, as a cl
option /U. Normally this is worked around by passing -- before
the arguments that must be interpreted as files, not options, but
in the current test, the -link option must be passed last, after any
file names.
More information about the All-commits
mailing list