================ @@ -0,0 +1,10 @@ +// RUN: not %clang_cc1 -triple x86_64-unknown-unknown -fsycl-is-device %s 2>&1 | FileCheck --check-prefixes=INVALID %s +// RUN: %clang_cc1 -triple spirv64-unknown-unknown -fsyntax-only -fsycl-is-device -verify=valid %s +// RUN: %clang_cc1 -fsyntax-only -fsycl-is-device -verify=valid %s + +// These tests validate the target for SYCL device compilation + +// INVALID: 86_64-unknown-unknown is not a supported SYCL device target ---------------- jmmartinez wrote:
Just passing by. Is this missing an `x` ? ```suggestion // INVALID: x86_64-unknown-unknown is not a supported SYCL device target ``` https://github.com/llvm/llvm-project/pull/172366 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
