================ @@ -0,0 +1,48 @@ +// NOTE: Assertions have been autogenerated by utils/update_cc_test_checks.py +// RUN: %clang_cc1 -cl-std=CL2.0 -O0 -triple amdgcn-unknown-unknown -target-cpu gfx1310 -emit-llvm -o - %s | FileCheck %s ---------------- arsenm wrote:
```suggestion // RUN: %clang_cc1 -cl-std=CL2.0 -O0 -triple amdgpu13.10-unknown -emit-llvm -o - %s | FileCheck %s ``` https://github.com/llvm/llvm-project/pull/210713 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
