[all-commits] [llvm/llvm-project] 9f9ed7: [clang] Fix darwin REQUIRES test annotation (NFC)
Keith Smiley via All-commits
all-commits at lists.llvm.org
Thu Oct 7 12:59:07 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9f9ed7a81ab8ad6af46c7c5ba9109a7ef29fc7a7
https://github.com/llvm/llvm-project/commit/9f9ed7a81ab8ad6af46c7c5ba9109a7ef29fc7a7
Author: Keith Smiley <keithbsmiley at gmail.com>
Date: 2021-10-07 (Thu, 07 Oct 2021)
Changed paths:
M clang/test/Driver/apple-arm64-arch.c
M clang/test/Driver/darwin-warning-options.c
M clang/test/Driver/mtargetos-darwin.c
Log Message:
-----------
[clang] Fix darwin REQUIRES test annotation (NFC)
Some subprojects like compiler-rt define the `darwin` feature in their
lit config, but clang does not do that, so we need to use the global
`system-darwin` here instead.
Differential Revision: https://reviews.llvm.org/D111267
More information about the All-commits
mailing list