[lld] r234872 - [ARM] Improve IFUNC PLT test

Denis Protivensky dprotivensky at accesssoftek.com
Tue Apr 14 01:40:03 PDT 2015


Author: denis-protivensky
Date: Tue Apr 14 03:40:02 2015
New Revision: 234872

URL: http://llvm.org/viewvc/llvm-project?rev=234872&view=rev
Log:
[ARM] Improve IFUNC PLT test

Modified:
    lld/trunk/test/elf/ARM/plt-mapping.test

Modified: lld/trunk/test/elf/ARM/plt-mapping.test
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/elf/ARM/plt-mapping.test?rev=234872&r1=234871&r2=234872&view=diff
==============================================================================
--- lld/trunk/test/elf/ARM/plt-mapping.test (original)
+++ lld/trunk/test/elf/ARM/plt-mapping.test Tue Apr 14 03:40:02 2015
@@ -1,4 +1,4 @@
-# Check that mapping symbols are properly generated for PLT entries.
+# Check that mapping symbols are properly generated for IFUNC PLT entries.
 
 # RUN: yaml2obj -format=elf -docnum 1 %s > %t-arm.o
 # RUN: yaml2obj -format=elf -docnum 2 %s > %t-thm.o
@@ -6,9 +6,9 @@
 # RUN: -Bstatic --noinhibit-exec %t-arm.o %t-thm.o -o %t
 # RUN: llvm-readobj -symbols %t | FileCheck %s
 
-# CHECK: Name: {{[$]?[at]?[.]?}}__plt_ifunc_f1
-# CHECK: Name: {{[$]?[at]?[.]?}}__plt_from_thumb_ifunc_f2
-# CHECK: Name: {{[$]?[at]?[.]?}}__plt_ifunc_f2
+# CHECK: Name: {{[$]?[a]?[.]?}}__plt_ifunc_f1
+# CHECK: Name: {{[$]?[t]?[.]?}}__plt_from_thumb_ifunc_f2
+# CHECK: Name: {{[$]?[a]?[.]?}}__plt_ifunc_f2
 
 # arm.o
 ---





More information about the llvm-commits mailing list