llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT--> @llvm/pr-subscribers-clang Author: Pravin Jagtap (pravinjagtap) <details> <summary>Changes</summary> during #<!-- -->71139 -nogpulib was missing. --- Full diff: https://github.com/llvm/llvm-project/pull/71656.diff 1 Files Affected: - (modified) clang/test/CodeGenHIP/dpp-const-fold.hip (+1-1) ``````````diff diff --git a/clang/test/CodeGenHIP/dpp-const-fold.hip b/clang/test/CodeGenHIP/dpp-const-fold.hip index 1d1d135fb06239a..4e5f6eb13f1eefc 100644 --- a/clang/test/CodeGenHIP/dpp-const-fold.hip +++ b/clang/test/CodeGenHIP/dpp-const-fold.hip @@ -1,6 +1,6 @@ // REQUIRES: amdgpu-registered-target -// RUN: %clang --offload-arch=gfx906 -S -o - -emit-llvm --cuda-device-only \ +// RUN: %clang --offload-arch=gfx906 -S -o - -emit-llvm --cuda-device-only -nogpuinc -nogpulib \ // RUN: %s | FileCheck %s constexpr static int OpCtrl() `````````` </details> https://github.com/llvm/llvm-project/pull/71656 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits