Skip to content

Commit

Permalink
[ELF][test] Fix dynamic-linker.s
Browse files Browse the repository at this point in the history
  • Loading branch information
MaskRay committed Dec 26, 2019
1 parent b52cb56 commit 019a92b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lld/test/ELF/dynamic-linker.s
@@ -1,10 +1,10 @@
# REQUIRES: x86
# RUN: llvm-mc -filetype=obj -triple=x86_64-pc-linux %s -o %t.o

# RUN: ld.lld --dynamic-linker foo %t.o %t.so -o %t
# RUN: ld.lld --dynamic-linker foo %t.o -o %t
# RUN: llvm-readelf --program-headers --section-headers %t | FileCheck --implicit-check-not=.bss %s

# RUN: ld.lld --dynamic-linker=foo %t.o %t.so -o %t
# RUN: ld.lld --dynamic-linker=foo %t.o -o %t
# RUN: llvm-readelf --program-headers --section-headers %t | FileCheck --implicit-check-not=.bss %s

# CHECK: [Requesting program interpreter: foo]
Expand Down

0 comments on commit 019a92b

Please sign in to comment.