Skip to content

Commit fa2edb6

Browse files
committed
[test][dxil-dis] Update metadata to match target triple
It's weird that we're specifying this in both the dxil and the LLVM IR way, but if we are we should at least be consistent about it.
1 parent 57b731e commit fa2edb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/tools/dxil-dis/opaque-value_as_metadata.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ define void @main() {
1919
!0 = !{!"clang version 15.0.0"}
2020
!1 = !{i32 1, i32 0}
2121
!2 = !{i32 1, i32 7}
22-
!3 = !{!"ps", i32 6, i32 0}
22+
!3 = !{!"lib", i32 6, i32 7}
2323
!4 = !{null, null, !5, null}
2424
!5 = !{!6}
2525
; CHECK-DAG:!{{[0-9]+}} = !{i32 0, %"$Globals"* @CBV

0 commit comments

Comments
 (0)