Juan Manuel Martinez =?utf-8?q?Caamaño?= <[email protected]> Message-ID: In-Reply-To: <llvm.org/llvm/llvm-project/pull/[email protected]>
================ @@ -0,0 +1,38 @@ +// RUN: %clang_cc1 -triple x86_64-- -emit-llvm -x c %s -o - \ +// RUN: | FileCheck %s --check-prefix=X86 +// RUN: %clang_cc1 -triple amdgcn-amd-amdhsa -emit-llvm -x c %s -o - \ ---------------- arsenm wrote: probably worth checking with -x cl -cl-std=CL1.2, that's the special case that's problematic https://github.com/llvm/llvm-project/pull/164432 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
