[clang] Fix darwin REQUIRES test annotation (NFC)
authorKeith Smiley <keithbsmiley@gmail.com>
Wed, 6 Oct 2021 20:29:08 +0000 (13:29 -0700)
committerKeith Smiley <keithbsmiley@gmail.com>
Thu, 7 Oct 2021 19:58:49 +0000 (12:58 -0700)
commit9f9ed7a81ab8ad6af46c7c5ba9109a7ef29fc7a7
tree47462631f343bc0c240c521385c31479c8abd260
parentc5245dd33904bd1b69a2a49d17b1bea156e8dabf
[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
clang/test/Driver/apple-arm64-arch.c
clang/test/Driver/darwin-warning-options.c
clang/test/Driver/mtargetos-darwin.c