You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.207
Former-commit-id: 3b152f462918d427ce18620a2cbe4f8b79650449
This commit is contained in:
parent
8e12397d70
commit
eb85e2fc17
@ -1,15 +0,0 @@
|
||||
; RUN: llvm-as -disable-verify < %s | llvm-dis | FileCheck %s
|
||||
; RUN: not llvm-as < %s 2>&1 | FileCheck --check-prefix=ERROR %s
|
||||
|
||||
; CHECK: !llvm.linker.options = !{!2, !3}
|
||||
; CHECK: !2 = !{!"/DEFAULTLIB:libcmtd.lib"}
|
||||
; CHECK: !3 = !{!"/DEFAULTLIB:oldnames.lib"}
|
||||
|
||||
; ERROR: 'Linker Options' named metadata no longer supported
|
||||
|
||||
!0 = !{i32 6, !"Linker Options", !1}
|
||||
!1 = !{!2, !3}
|
||||
!2 = !{!"/DEFAULTLIB:libcmtd.lib"}
|
||||
!3 = !{!"/DEFAULTLIB:oldnames.lib"}
|
||||
|
||||
!llvm.module.flags = !{!0}
|
Reference in New Issue
Block a user