forked from OSchip/llvm-project
parent
29cc006eb8
commit
0a5802a260
|
@ -1,7 +1,9 @@
|
|||
RUN: lld -flavor gnu -e main -o %t -L%p/Inputs %p/Inputs/undef.o -lundef
|
||||
RUN: lld -flavor gnu -target x86_64 -e main -o %t -L%p/Inputs \
|
||||
RUN: %p/Inputs/undef.o -lundef
|
||||
RUN: llvm-readobj -relocations -symbols %t | FileCheck %s
|
||||
|
||||
RUN: lld -flavor gnu -e main -o %t -L%p/Inputs %p/Inputs/undef-pc32.o -lundef
|
||||
RUN: lld -flavor gnu -target x86_64 -e main -o %t -L%p/Inputs \
|
||||
RUN: %p/Inputs/undef-pc32.o -lundef
|
||||
RUN: llvm-readobj -relocations -symbols %t | FileCheck %s
|
||||
|
||||
# DSO source code:
|
||||
|
|
Loading…
Reference in New Issue