[lld] r193913 - Update test now that llvm-nm prints the correct value.
Rafael Espindola
rafael.espindola at gmail.com
Fri Nov 1 22:21:29 PDT 2013
Author: rafael
Date: Sat Nov 2 00:21:29 2013
New Revision: 193913
URL: http://llvm.org/viewvc/llvm-project?rev=193913&view=rev
Log:
Update test now that llvm-nm prints the correct value.
Modified:
lld/trunk/test/darwin/hello-world.objtxt
Modified: lld/trunk/test/darwin/hello-world.objtxt
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/darwin/hello-world.objtxt?rev=193913&r1=193912&r2=193913&view=diff
==============================================================================
--- lld/trunk/test/darwin/hello-world.objtxt (original)
+++ lld/trunk/test/darwin/hello-world.objtxt Sat Nov 2 00:21:29 2013
@@ -31,6 +31,6 @@ shared-library-atoms:
...
-# CHECK: {{[0-9a-f]+}} s _main
+# CHECK: {{[0-9a-f]+}} T _main
# CHECK: 00000000 u _printf
# CHECK: 00000000 u dyld_stub_binder
More information about the llvm-commits
mailing list