mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-15 20:51:35 +00:00
691e44c146
Reviewers: tra, yaxunl Subscribers: cfe-commits Tags: #clang Differential Revision: https://reviews.llvm.org/D68394 llvm-svn: 373634
8 lines
204 B
Plaintext
8 lines
204 B
Plaintext
// REQUIRES: clang-driver
|
|
// REQUIRES: x86-registered-target
|
|
// REQUIRES: amdgpu-registered-target
|
|
|
|
// RUN: %clang -### -x hip -c %s 2>&1 | FileCheck %s
|
|
|
|
// CHECK: {{.*}}clang{{.*}}"-target-cpu" "gfx803"
|