llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT--> @llvm/pr-subscribers-clang Author: Alex Voicu (AlexVlx) <details> <summary>Changes</summary> Fixes breakage found when trying to merge #<!-- -->128360. --- Full diff: https://github.com/llvm/llvm-project/pull/129298.diff 1 Files Affected: - (modified) clang/test/Headers/__clang_hip_math.hip (+1) ``````````diff diff --git a/clang/test/Headers/__clang_hip_math.hip b/clang/test/Headers/__clang_hip_math.hip index a375ea47b530d..d448ab134ca4d 100644 --- a/clang/test/Headers/__clang_hip_math.hip +++ b/clang/test/Headers/__clang_hip_math.hip @@ -1,5 +1,6 @@ // NOTE: Assertions have been autogenerated by utils/update_cc_test_checks.py // REQUIRES: amdgpu-registered-target +// REQUIRES: spirv-registered-target // Test without OCML_BASIC_ROUNDED_OPERATIONS // RUN: %clang_cc1 -include __clang_hip_runtime_wrapper.h \ `````````` </details> https://github.com/llvm/llvm-project/pull/129298 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits