diff options
Diffstat (limited to 'test/MC/COFF/linker-options.ll')
-rwxr-xr-x | test/MC/COFF/linker-options.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/MC/COFF/linker-options.ll b/test/MC/COFF/linker-options.ll index 0be74e5..60baccf 100755 --- a/test/MC/COFF/linker-options.ll +++ b/test/MC/COFF/linker-options.ll @@ -14,7 +14,7 @@ define dllexport void @foo() { ret void } -; CHECK: .section .drectve,"r" +; CHECK: .section .drectve,"yn" ; CHECK: .ascii " /DEFAULTLIB:msvcrt.lib" ; CHECK: .ascii " /DEFAULTLIB:msvcrt.lib" ; CHECK: .ascii " /DEFAULTLIB:secur32.lib" |