Files
clang-p2996/lld/test/Driver/undef-basic.objtxt
Shankar Easwaran df4f12bb65 [lld][test] organize test directory. No change in functionality
* Renames few tests which had extension objtxt to test
* created core directory that contains all the core tests

llvm-svn: 189720
2013-08-31 05:59:52 +00:00

23 lines
514 B
Plaintext

# RUN: lld -flavor gnu -u undefinedsymbol -e entrysymbol %s -emit-yaml \
# RUN: --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