llvmbot wrote:

<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-clang

Author: Mark Zhuang (zqb-all)

<details>
<summary>Changes</summary>



---
Full diff: https://github.com/llvm/llvm-project/pull/104390.diff


1 Files Affected:

- (modified) clang/test/OpenMP/declare_variant_device_isa_codegen_1.c (+2) 


``````````diff
diff --git a/clang/test/OpenMP/declare_variant_device_isa_codegen_1.c 
b/clang/test/OpenMP/declare_variant_device_isa_codegen_1.c
index 029270ab848663..982787892e9a98 100644
--- a/clang/test/OpenMP/declare_variant_device_isa_codegen_1.c
+++ b/clang/test/OpenMP/declare_variant_device_isa_codegen_1.c
@@ -1,3 +1,5 @@
+// REQUIRES: x86-registered-target
+
 // RUN: %clang_cc1 -verify -fopenmp -x c -triple %itanium_abi_triple 
-emit-llvm %s -o - -fopenmp-version=45 | FileCheck %s --check-prefix=GENERIC
 // RUN: %clang_cc1 -fopenmp -x c++ -std=c++11 -triple %itanium_abi_triple 
-fexceptions -fcxx-exceptions -emit-pch -o %t -fopenmp-version=45 %s
 // RUN: %clang_cc1 -fopenmp -x c++ -triple %itanium_abi_triple -fexceptions 
-fcxx-exceptions -std=c++11 -include-pch %t -verify %s -emit-llvm -o - 
-fopenmp-version=45 | FileCheck %s --check-prefix=GENERIC

``````````

</details>


https://github.com/llvm/llvm-project/pull/104390
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to