Files
llvm/lld/test/Driver/undef-basic.objtxt
Rafael Espindola 7467461ccc Rename the gnu flavour to gnu old.
This is the first step in making ELF2 the default.

llvm-svn: 253188
2015-11-16 08:54:19 +00:00

23 lines
524 B
Plaintext

# RUN: lld -flavor old-gnu -u undefinedsymbol -e entrysymbol %s \
# RUN: --output-filetype=yaml --noinhibit-exec | FileCheck %s
#
# Test that we are able to add undefined atoms from the command line
#
---
absolute-atoms:
- name: putchar
value: 0xFFFF0040
- name: reset
value: 0xFFFF0080
...
# CHECK: undefined-atoms:
# CHECK: - name: entrysymbol
# CHECK: - name: undefinedsymbol
# CHECK: can-be-null: at-buildtime