[clang] 7af01fe - [lit] Remove undefined keyword from a Driver test
Paul Robinson via cfe-commits
cfe-commits at lists.llvm.org
Mon Oct 31 13:01:14 PDT 2022
Author: Paul Robinson
Date: 2022-10-31T13:01:05-07:00
New Revision: 7af01fe42f1634297601016cd4ef84c34cd84bca
URL: https://github.com/llvm/llvm-project/commit/7af01fe42f1634297601016cd4ef84c34cd84bca
DIFF: https://github.com/llvm/llvm-project/commit/7af01fe42f1634297601016cd4ef84c34cd84bca.diff
LOG: [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.
Added:
Modified:
clang/test/Driver/hip-link-bc-to-bc.hip
Removed:
################################################################################
diff --git a/clang/test/Driver/hip-link-bc-to-bc.hip b/clang/test/Driver/hip-link-bc-to-bc.hip
index df858cf158522..972822b5260c2 100644
--- a/clang/test/Driver/hip-link-bc-to-bc.hip
+++ b/clang/test/Driver/hip-link-bc-to-bc.hip
@@ -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
More information about the cfe-commits
mailing list