Skip to content

Commit 75fe9a2

Browse files
committed
remove requirement for extra checks
- DXIL validator does not check the form of llvm.idents or llvm.module.flags
1 parent 1565e12 commit 75fe9a2

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

llvm/test/CodeGen/DirectX/strip-module-md.ll

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@ target triple = "dxil-unknown-shadermodel6.0-compute"
88
; CHECK-NOT: !dx.rootsignatures
99
; CHECK-NOT: !llvm.errno.tbaa
1010
;
11-
; Check that allowed metadata is unmodified to catch changes in it's structure.
12-
; If this fails, please ensure that the updated form is DXIL compatible before
13-
; updating the test.
14-
;
1511
; CHECK-DAG: !llvm.dbg.cu
1612
; CHECK-DAG: !llvm.module.flags
1713
;

0 commit comments

Comments
 (0)