[llvm] r361104 - [AVR] Fix 'symbol_relocations.s' MC test

Dylan McKay via llvm-commits llvm-commits at lists.llvm.org
Sat May 18 09:38:49 PDT 2019


Author: dylanmckay
Date: Sat May 18 09:38:48 2019
New Revision: 361104

URL: http://llvm.org/viewvc/llvm-project?rev=361104&view=rev
Log:
[AVR] Fix 'symbol_relocations.s' MC test

This was broken in r360143, when the 'rela.' prefix was stripped from
section names.

Modified:
    llvm/trunk/test/MC/AVR/symbol_relocation.s

Modified: llvm/trunk/test/MC/AVR/symbol_relocation.s
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/MC/AVR/symbol_relocation.s?rev=361104&r1=361103&r2=361104&view=diff
==============================================================================
--- llvm/trunk/test/MC/AVR/symbol_relocation.s (original)
+++ llvm/trunk/test/MC/AVR/symbol_relocation.s Sat May 18 09:38:48 2019
@@ -4,7 +4,7 @@
 ; symbol generates a R_AVR_16_PM relocation, as the symbol
 ; will always be in program memory.
 
-; CHECK: RELOCATION RECORDS FOR [.rela.text]:
+; CHECK: RELOCATION RECORDS FOR [.text]:
 ; CHECK-NEXT: 00000002 R_AVR_16_PM .text
 
 foo:




More information about the llvm-commits mailing list