This repository was archived by the owner on Feb 5, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- # RUN: python %p/Inputs/ungzip.py %p/Inputs/many-sections.o.gz > %t
1
+ # RUN: % python %p/Inputs/ungzip.py %p/Inputs/many-sections.o.gz > %t
2
2
# RUN: llvm-objcopy -R .text -R s0 -R s1 -R s2 -R s3 -R s4 -R s5 -R s6 %t %t2
3
3
# RUN: llvm-readobj -sections %t2 | FileCheck --check-prefix=SECS %s
4
4
Original file line number Diff line number Diff line change 1
- RUN: python %p/Inputs/ungzip.py %p/Inputs/many-sections.o.gz > %t
1
+ RUN: % python %p/Inputs/ungzip.py %p/Inputs/many-sections.o.gz > %t
2
2
RUN: llvm-objcopy %t %t2
3
3
RUN: llvm-readobj -file-headers %t2 | FileCheck --check-prefix=EHDR %s
4
4
RUN: llvm-readobj -sections %t2 | FileCheck --check-prefix=SECS %s
Original file line number Diff line number Diff line change 1
1
# This test checks to see that a .symtab_shndx section is added to any binary
2
2
# that needs it, even if the original was removed.
3
- RUN: python %p/Inputs/ungzip.py %p/Inputs/many-sections.o.gz > %t
3
+ RUN: % python %p/Inputs/ungzip.py %p/Inputs/many-sections.o.gz > %t
4
4
RUN: llvm-objcopy -R .symtab_shndx %t %t2
5
5
RUN: llvm-readobj -sections %t2 | FileCheck %s
6
6
Original file line number Diff line number Diff line change 1
1
# This test makes sure that sections added at the end that don't have symbols
2
2
# defined in them don't trigger the creation of a large index table.
3
3
4
- RUN: python %p/Inputs/ungzip.py %p/Inputs/many-sections.o.gz > %t.0
4
+ RUN: % python %p/Inputs/ungzip.py %p/Inputs/many-sections.o.gz > %t.0
5
5
RUN: cat %p/Inputs/alloc-symtab.o > %t
6
6
RUN: llvm-objcopy -R .text -R s0 -R s1 -R s2 -R s3 -R s4 -R s5 -R s6 %t.0 %t2
7
7
RUN: llvm-objcopy -add-section=.s0=%t -add-section=.s1=%t -add-section=.s2=%t %t2 %t2
You can’t perform that action at this time.
0 commit comments