[lld] r241489 - Update for llvm change.
Rafael Espindola
rafael.espindola at gmail.com
Mon Jul 6 12:21:08 PDT 2015
Author: rafael
Date: Mon Jul 6 14:21:08 2015
New Revision: 241489
URL: http://llvm.org/viewvc/llvm-project?rev=241489&view=rev
Log:
Update for llvm change.
Modified:
lld/trunk/test/elf/entry.objtxt
lld/trunk/test/mach-o/hello-world-arm64.yaml
lld/trunk/test/mach-o/hello-world-armv7.yaml
lld/trunk/test/mach-o/hello-world-x86_64.yaml
Modified: lld/trunk/test/elf/entry.objtxt
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/elf/entry.objtxt?rev=241489&r1=241488&r2=241489&view=diff
==============================================================================
--- lld/trunk/test/elf/entry.objtxt (original)
+++ lld/trunk/test/elf/entry.objtxt Mon Jul 6 14:21:08 2015
@@ -11,11 +11,11 @@
# RUN: lld -flavor gnu -target x86_64 %s -e _entrypoint --noinhibit-exec -o %t1
# RUN: llvm-nm -n %t1 | FileCheck %s
#
+# CHECK: U _entrypoint
# CHECK: 004001e0 T main
# CHECK: 00401000 D _DYNAMIC
# CHECK: 00401060 A _end
# CHECK: 00401060 A end
-# CHECK: U _entrypoint
defined-atoms:
- name: .text
Modified: lld/trunk/test/mach-o/hello-world-arm64.yaml
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/mach-o/hello-world-arm64.yaml?rev=241489&r1=241488&r2=241489&view=diff
==============================================================================
--- lld/trunk/test/mach-o/hello-world-arm64.yaml (original)
+++ lld/trunk/test/mach-o/hello-world-arm64.yaml Mon Jul 6 14:21:08 2015
@@ -88,7 +88,7 @@ undefined-symbols:
value: 0x0000000000000000
...
-# CHECK: {{[0-9a-f]+}} (__TEXT,__text) external _main
# CHECK: (undefined) external ___stdoutp (from libSystem)
# CHECK: (undefined) external _fprintf (from libSystem)
# CHECK: (undefined) external dyld_stub_binder (from libSystem)
+# CHECK: {{[0-9a-f]+}} (__TEXT,__text) external _main
Modified: lld/trunk/test/mach-o/hello-world-armv7.yaml
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/mach-o/hello-world-armv7.yaml?rev=241489&r1=241488&r2=241489&view=diff
==============================================================================
--- lld/trunk/test/mach-o/hello-world-armv7.yaml (original)
+++ lld/trunk/test/mach-o/hello-world-armv7.yaml Mon Jul 6 14:21:08 2015
@@ -71,6 +71,6 @@ undefined-symbols:
value: 0x0000000000000000
...
-# CHECK: {{[0-9a-f]+}} (__TEXT,__text) external [Thumb] _main
# CHECK: (undefined) external _printf (from libSystem)
# CHECK: (undefined) external dyld_stub_binder (from libSystem)
+# CHECK: {{[0-9a-f]+}} (__TEXT,__text) external [Thumb] _main
Modified: lld/trunk/test/mach-o/hello-world-x86_64.yaml
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/mach-o/hello-world-x86_64.yaml?rev=241489&r1=241488&r2=241489&view=diff
==============================================================================
--- lld/trunk/test/mach-o/hello-world-x86_64.yaml (original)
+++ lld/trunk/test/mach-o/hello-world-x86_64.yaml Mon Jul 6 14:21:08 2015
@@ -113,7 +113,7 @@ undefined-symbols:
...
-# CHECK: {{[0-9a-f]+}} (__TEXT,__text) external _main
# CHECK: (undefined) external ___stdoutp (from libSystem)
# CHECK: (undefined) external _fprintf (from libSystem)
# CHECK: (undefined) external dyld_stub_binder (from libSystem)
+# CHECK: {{[0-9a-f]+}} (__TEXT,__text) external _main
More information about the llvm-commits
mailing list