Skip to content

Commit 43110da

Browse files
committed
Wrap RUN lines to 80 cols
1 parent be82734 commit 43110da

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

clang/test/CodeGenHLSL/builtins/firstbithigh.hlsl

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
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

0 commit comments

Comments
 (0)