summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRui Ueyama <ruiu@google.com>2015-08-06 20:05:27 +0000
committerRui Ueyama <ruiu@google.com>2015-08-06 20:05:27 +0000
commitb9583d22eb8dee3b7d6a299ffb54959d77ad52b4 (patch)
tree4230a4c777372e9749ff9c434bb02e382d7156be
parent1574b8ecfb553ee4be13d7170c860c710ee27514 (diff)
downloadbcm5719-llvm-b9583d22eb8dee3b7d6a299ffb54959d77ad52b4.tar.gz
bcm5719-llvm-b9583d22eb8dee3b7d6a299ffb54959d77ad52b4.zip
Update comments.
llvm-svn: 244259
-rw-r--r--llvm/test/Object/nm-pe-image.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/Object/nm-pe-image.test b/llvm/test/Object/nm-pe-image.test
index f95aeebf727..d1ca5845ef6 100644
--- a/llvm/test/Object/nm-pe-image.test
+++ b/llvm/test/Object/nm-pe-image.test
@@ -2,7 +2,7 @@ The executable was generated like so:
$ cat t.c
int main() { return 0; }
$ clang --target=i686-windows -c t.c -o t.o
-$ lld-link2 t.o -out:t.exe -entry:main -debug
+$ lld-link t.o -out:t.exe -entry:main -debug
It has a mingw-style symbol table in the executable, which MSVC-produced images
don't have.
@@ -19,7 +19,7 @@ The DLL was generated like so:
$ cat t.c
int DllMain(void *mod, long reason, void *reserved) { return 1; }
$ clang --target=i686-windows -c t.c -o t.o
-$ lld-link2 t.o -out:t.exe -entry:DllMain -debug -dll
+$ lld-link t.o -out:t.exe -entry:DllMain -debug -dll
RUN: llvm-nm %p/Inputs/main-ret-zero-pe-i386.dll \
OpenPOWER on IntegriCloud