Browse Source

Correct Const vector truncation test for debug (#2881)

Debug adds a target for the entry that release doesn't. This accounts
for that slight discrepancy.
Greg Roth 5 năm trước cách đây
mục cha
commit
484ca9f3ec

+ 1 - 1
tools/clang/test/HLSLFileCheck/hlsl/types/vector/constVecTrunc.hlsl

@@ -4,7 +4,7 @@
 // If they remain constant, it should simplify down to just storeOutputs
 
 // CHECK: define void @main
-// CHECK-NEXT: call void @dx.op.storeOutput
+// CHECK: call void @dx.op.storeOutput
 // CHECK-NEXT: call void @dx.op.storeOutput
 // CHECK-NEXT: call void @dx.op.storeOutput
 // CHECK-NEXT: call void @dx.op.storeOutput