Skip to content

[NativeCPU] Add aux triple to native_cpu_as #19532

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

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions clang/test/CodeGenSYCL/native_cpu_as.cpp
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
// This test is temporarily disabled for SYCL Native CPU on Windows
// UNSUPPORTED: system-windows
// Checks that name mangling matches between SYCL Native CPU and OpenCL
// RUN: %clang_cc1 -triple=native_cpu -DCPP -fsycl-is-device -emit-llvm -internal-isystem %S/Inputs -o %t_sycl.ll %s
// RUN: %clang_cc1 -triple=native_cpu -aux-triple x86_64-unknown-unknown -DCPP -fsycl-is-device -emit-llvm -internal-isystem %S/Inputs -o %t_sycl.ll %s
// RUN: FileCheck -input-file=%t_sycl.ll %s

// RUN: %clang_cc1 -triple=native_cpu -x cl -DOCL -emit-llvm -internal-isystem %S/Inputs -o %t_ocl.ll %s
// RUN: %clang_cc1 -triple=native_cpu -aux-triple x86_64-unknown-unknown -x cl -DOCL -emit-llvm -internal-isystem %S/Inputs -o %t_ocl.ll %s
// RUN: FileCheck -input-file=%t_ocl.ll %s

#ifdef CPP
Expand Down