[llvm] 1e283c6 - [MC][AVR] Fix AVR test following 740bc366

James Henderson via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 12 06:57:10 PST 2020


Author: James Henderson
Date: 2020-02-12T14:56:09Z
New Revision: 1e283c60281122580f0c06b2a5d0b12813e47cdb

URL: https://github.com/llvm/llvm-project/commit/1e283c60281122580f0c06b2a5d0b12813e47cdb
DIFF: https://github.com/llvm/llvm-project/commit/1e283c60281122580f0c06b2a5d0b12813e47cdb.diff

LOG: [MC][AVR] Fix AVR test following 740bc366

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/llvm/test/MC/AVR/symbol_relocation.s b/llvm/test/MC/AVR/symbol_relocation.s
index 3ac5ca36e029..ee5208be9564 100644
--- a/llvm/test/MC/AVR/symbol_relocation.s
+++ b/llvm/test/MC/AVR/symbol_relocation.s
@@ -5,6 +5,7 @@
 ; will always be in program memory.
 
 ; CHECK: RELOCATION RECORDS FOR [.text]:
+; CHECK-NEXT: OFFSET   TYPE        VALUE
 ; CHECK-NEXT: 00000002 R_AVR_16_PM .text
 
 foo:


        


More information about the llvm-commits mailing list