diff options
| author | Rui Ueyama <ruiu@google.com> | 2013-09-27 01:26:53 +0000 |
|---|---|---|
| committer | Rui Ueyama <ruiu@google.com> | 2013-09-27 01:26:53 +0000 |
| commit | a7ec3898d642e25c7139ee58bc0e569faef3d93f (patch) | |
| tree | c640b52796e0938fc76fd57c17d5e12950294fbd | |
| parent | f642373cd5ef07383ef314fab9be309d245777c7 (diff) | |
| download | bcm5719-llvm-a7ec3898d642e25c7139ee58bc0e569faef3d93f.tar.gz bcm5719-llvm-a7ec3898d642e25c7139ee58bc0e569faef3d93f.zip | |
Revert "[PECOFF] Add a test for the import table."
This reverts r191469 because the original patch this one depends on (r191472)
was reverted.
llvm-svn: 191479
| -rw-r--r-- | lld/test/pecoff/dynamic.test | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/lld/test/pecoff/dynamic.test b/lld/test/pecoff/dynamic.test deleted file mode 100644 index 2d5c6e81e08..00000000000 --- a/lld/test/pecoff/dynamic.test +++ /dev/null @@ -1,10 +0,0 @@ -# RUN: yaml2obj %p/Inputs/vars-main.obj.yaml > %t.obj -# -# RUN: lld -flavor link /out:%t1 /subsystem:console /entry:main /opt:noref \ -# RUN: -- %t.obj %p/Inputs/vars.lib && llvm-objdump -p %t1 | FileCheck %s - -CHECK: DLL Name: vars.dll -CHECK-NEXT: Hint/Ord Name -CHECK-NEXT: 0 _name_with_underscore -CHECK-NEXT: 1 fn -CHECK-NEXT: 1 |

