forked from OSchip/llvm-project
Update test for disabling of code/data marker labels in ELF.
llvm-svn: 142003
This commit is contained in:
parent
4b72fddd99
commit
220f2643fa
|
@ -62,9 +62,9 @@ declare void @exit(i32) noreturn nounwind
|
|||
|
||||
;; OBJ: Relocation 1
|
||||
;; OBJ-NEXT: 'r_offset',
|
||||
;; OBJ-NEXT: 'r_sym', 0x000003
|
||||
;; OBJ-NEXT: 'r_sym', 0x000002
|
||||
;; OBJ-NEXT: 'r_type', 0x2b
|
||||
|
||||
;; OBJ: Symbol 3
|
||||
;; OBJ: Symbol 2
|
||||
;; OBJ-NEXT: '_MergedGlobals'
|
||||
;; OBJ-NEXT: 'st_value', 0x00000010
|
||||
|
|
Loading…
Reference in New Issue