You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.205
Former-commit-id: 7f59f7e792705db773f1caecdaa823092f4e2927
This commit is contained in:
parent
5cd5df71cc
commit
8e12397d70
15
external/llvm/test/Bitcode/upgrade-linker-options.ll
vendored
Normal file
15
external/llvm/test/Bitcode/upgrade-linker-options.ll
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
; 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