Mercurial > hg > CbC > CbC_llvm
comparison clang/test/CodeGenOpenCL/spir32_target.cl @ 236:c4bab56944e8 llvm-original
LLVM 16
author | kono |
---|---|
date | Wed, 09 Nov 2022 17:45:10 +0900 |
parents | 1d019706d866 |
children | 1f2b6ac9f198 |
comparison
equal
deleted
inserted
replaced
232:70dce7da266c | 236:c4bab56944e8 |
---|---|
1 // RUN: %clang_cc1 %s -triple "spir-unknown-unknown" -emit-llvm -o - | FileCheck %s | 1 // RUN: %clang_cc1 -no-opaque-pointers %s -triple "spir-unknown-unknown" -emit-llvm -o - | FileCheck %s |
2 | 2 |
3 // CHECK: target triple = "spir-unknown-unknown" | 3 // CHECK: target triple = "spir-unknown-unknown" |
4 | 4 |
5 typedef struct { | 5 typedef struct { |
6 char c; | 6 char c; |