File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
clang/test/CodeGenHLSL/builtins Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 11// RUN: %clang_cc1 -finclude-default-header -x hlsl -triple \
22// RUN: dxil-pc-shadermodel6.3-library %s -fnative-half-type \
3- // RUN: -fnative-int16-type -emit-llvm -o - | FileCheck %s -DTARGET=dx --check-prefixes=CHECK,DXCHECK
3+ // RUN: -fnative-int16-type -emit-llvm -o - | FileCheck %s -DTARGET=dx \
4+ // RUN: --check-prefixes=CHECK,DXCHECK
45// RUN: %clang_cc1 -finclude-default-header -x hlsl -triple \
56// RUN: spirv-unknown-vulkan-compute %s -fnative-half-type \
6- // RUN: -fnative-int16-type -emit-llvm -o - | FileCheck %s -DTARGET=spv --check-prefixes=CHECK,SPVCHECK
7+ // RUN: -fnative-int16-type -emit-llvm -o - | FileCheck %s -DTARGET=spv \
8+ // RUN: --check-prefixes=CHECK,SPVCHECK
79
810#ifdef __HLSL_ENABLE_16_BIT
911// CHECK-LABEL: test_firstbithigh_ushort
You can’t perform that action at this time.
0 commit comments