2013-04-26 03:34:41 +08:00
|
|
|
; RUN: llc -O0 -mtriple=i386-pc-win32 -filetype=asm -o - %s | FileCheck %s
|
|
|
|
|
2014-12-31 03:23:48 +08:00
|
|
|
!0 = !{i32 6, !"Linker Options", !{!{!"/DEFAULTLIB:msvcrt.lib"}, !{!"/DEFAULTLIB:msvcrt.lib", !"/DEFAULTLIB:secur32.lib"}, !{!"/DEFAULTLIB:C:\5Cpath to\5Casan_rt.lib"}, !{!"/with spaces"}, !{!"\22/quoted spaces\22"}}}
|
2013-04-26 03:34:41 +08:00
|
|
|
|
|
|
|
!llvm.module.flags = !{ !0 }
|
|
|
|
|
|
|
|
define dllexport void @foo() {
|
|
|
|
ret void
|
|
|
|
}
|
|
|
|
|
2014-09-21 05:18:43 +08:00
|
|
|
; CHECK: .section .drectve,"yn"
|
2013-04-26 03:34:41 +08:00
|
|
|
; CHECK: .ascii " /DEFAULTLIB:msvcrt.lib"
|
|
|
|
; CHECK: .ascii " /DEFAULTLIB:msvcrt.lib"
|
|
|
|
; CHECK: .ascii " /DEFAULTLIB:secur32.lib"
|
2014-07-09 08:40:50 +08:00
|
|
|
; CHECK: .ascii " \"/DEFAULTLIB:C:\\path to\\asan_rt.lib\""
|
2013-04-26 03:34:41 +08:00
|
|
|
; CHECK: .ascii " \"/with spaces\""
|
2014-12-31 03:23:48 +08:00
|
|
|
; CHECK: .ascii " \"/quoted spaces\""
|
2013-04-26 03:34:41 +08:00
|
|
|
; CHECK: .ascii " /EXPORT:_foo"
|