From fdeed90f3fcb6efa7ce2d099db809446ae507188 Mon Sep 17 00:00:00 2001 From: Dylan McKay Date: Sat, 18 May 2019 16:38:48 +0000 Subject: [PATCH] [AVR] Fix 'symbol_relocations.s' MC test This was broken in r360143, when the 'rela.' prefix was stripped from section names. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@361104 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/MC/AVR/symbol_relocation.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/MC/AVR/symbol_relocation.s b/test/MC/AVR/symbol_relocation.s index 639e01dfdfb..3ac5ca36e02 100644 --- a/test/MC/AVR/symbol_relocation.s +++ b/test/MC/AVR/symbol_relocation.s @@ -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: -- 2.40.0