Author: Alex Voicu
Date: 2025-04-15T02:18:30+03:00
New Revision: 23e92c985de96ec2f06be1c94228ad5dff2d9097

URL: 
https://github.com/llvm/llvm-project/commit/23e92c985de96ec2f06be1c94228ad5dff2d9097
DIFF: 
https://github.com/llvm/llvm-project/commit/23e92c985de96ec2f06be1c94228ad5dff2d9097.diff

LOG: [NFC] Fix bot breakage introduced by #134753 (#135697)

This test needs the amdgpu target, and its absence wreaked havoc with
some of the bots, therefore we now require it.

Added: 
    

Modified: 
    clang/test/CodeGenHipStdPar/select-accelerator-code-pass-ordering.cpp

Removed: 
    


################################################################################
diff  --git 
a/clang/test/CodeGenHipStdPar/select-accelerator-code-pass-ordering.cpp 
b/clang/test/CodeGenHipStdPar/select-accelerator-code-pass-ordering.cpp
index c70b651397527..44557284fc581 100644
--- a/clang/test/CodeGenHipStdPar/select-accelerator-code-pass-ordering.cpp
+++ b/clang/test/CodeGenHipStdPar/select-accelerator-code-pass-ordering.cpp
@@ -1,3 +1,4 @@
+// REQUIRES: amdgpu-registered-target
 // Test that the accelerator code selection pass only gets invoked after 
linking
 
 // Ensure Pass HipStdParAcceleratorCodeSelectionPass is not invoked in PreLink.


        
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to