You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.167
Former-commit-id: 289509151e0fee68a1b591a20c9f109c3c789d3a
This commit is contained in:
parent
e19d552987
commit
b084638f15
@ -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