[lit] Remove undefined keyword from a Driver test

`clang-driver` hasn't been a valid keyword for a long time.
The test fails when the keyword is removed, so added XFAIL: *
to reflect the true status of the test (XFAIL not UNSUPPORTED)
and filed issue #58711 to get it fixed.
This commit is contained in:
Paul Robinson 2022-10-31 12:58:53 -07:00
parent 115d2f69a5
commit 7af01fe42f
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,6 @@
// REQUIRES: clang-driver, x86-registered-target, amdgpu-registered-target
// REQUIRES: x86-registered-target, amdgpu-registered-target
// See issue #58711
// XFAIL: *
// Check that clang unbundles the two bitcodes and links via llvm-link
// RUN: rm -rf %t && mkdir %t