[all-commits] [llvm/llvm-project] 7af01f: [lit] Remove undefined keyword from a Driver test
Paul T Robinson via All-commits
all-commits at lists.llvm.org
Mon Oct 31 13:01:21 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7af01fe42f1634297601016cd4ef84c34cd84bca
https://github.com/llvm/llvm-project/commit/7af01fe42f1634297601016cd4ef84c34cd84bca
Author: Paul Robinson <paul.robinson at sony.com>
Date: 2022-10-31 (Mon, 31 Oct 2022)
Changed paths:
M clang/test/Driver/hip-link-bc-to-bc.hip
Log Message:
-----------
[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.
More information about the All-commits
mailing list