summaryrefslogtreecommitdiff
path: root/test/COFF/def-export-stdcall.s
diff options
context:
space:
mode:
Diffstat (limited to 'test/COFF/def-export-stdcall.s')
-rw-r--r--test/COFF/def-export-stdcall.s3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/COFF/def-export-stdcall.s b/test/COFF/def-export-stdcall.s
index d7700d9e9535..17473f7f9761 100644
--- a/test/COFF/def-export-stdcall.s
+++ b/test/COFF/def-export-stdcall.s
@@ -2,7 +2,8 @@
# RUN: llvm-mc -filetype=obj -triple=i686-windows-msvc %s -o %t.obj
# RUN: echo -e "LIBRARY foo\nEXPORTS\n stdcall" > %t.def
# RUN: lld-link -entry:dllmain -dll -def:%t.def %t.obj -out:%t.dll -implib:%t.lib
-# RUN: llvm-nm %t.lib | FileCheck %s
+# RUN: llvm-readobj %t.lib | FileCheck %s
+# CHECK: Name type: undecorate
# CHECK: __imp__stdcall@8
# CHECK: _stdcall@8