Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix lit test clang/test/CodeGenHIP/dpp-const-fold.hip. added #71656

Closed
wants to merge 1 commit into from

Conversation

pravinjagtap
Copy link
Contributor

during #71139

-nogpulib was missing.

@llvmbot llvmbot added the clang Clang issues not falling into any other category label Nov 8, 2023
@llvmbot
Copy link
Member

llvmbot commented Nov 8, 2023

@llvm/pr-subscribers-clang

Author: Pravin Jagtap (pravinjagtap)

Changes

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 --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()

@pravinjagtap pravinjagtap deleted the fix-clang-lit-test branch November 8, 2023 12:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
clang Clang issues not falling into any other category
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants