Skip to content

Commit d6f25c7

Browse files
author
klensy
committed
fix test
1 parent 3a4995c commit d6f25c7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lld/test/ELF/fatlto/fatlto.test

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
; RUN: llvm-readelf -S main-fatLTO.o | FileCheck --check-prefix=HAS_LLVM_LTO %s
1818

1919
;; Make sure that the section flags are set correctly
20-
; HA_LLVM_LTO: Name: .llvm.lto
21-
; HA_LLVM_LTO-NEXT: Type: SHT_LLVM_LTO
22-
; HA_LLVM_LTO-NEXT: Flags
23-
; HA_LLVM_LTO-NEXT: SHF_EXCLUDE
20+
; HAS_LLVM_LTO: Name: .llvm.lto
21+
; HAS_LLVM_LTO-NEXT: Type: SHT_LLVM_LTO
22+
; HAS_LLVM_LTO-NEXT: Flags
23+
; HAS_LLVM_LTO-NEXT: SHF_EXCLUDE
2424

2525
; HAS_LLVM_LTO: Name Type Address Off Size ES Flg Lk Inf Al
2626
; HAS_LLVM_LTO: .llvm.lto LLVM_LTO {{.*}} 00 WE 0 0 1

0 commit comments

Comments
 (0)