[lit] Remove undefined keyword from a Driver test
authorPaul Robinson <paul.robinson@sony.com>
Mon, 31 Oct 2022 19:58:53 +0000 (12:58 -0700)
committerPaul Robinson <paul.robinson@sony.com>
Mon, 31 Oct 2022 20:01:05 +0000 (13:01 -0700)
`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.

clang/test/Driver/hip-link-bc-to-bc.hip

index df858cf..972822b 100644 (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