Files
clang-p2996/lld/test/pecoff/armnt.test
Saleem Abdulrasool 0ba09e6b84 ReaderWriter: teach PE/COFF backend about ARM NT
This teaches lld about the ARM NT object types.  Add a trivial test to ensure
that it can handle ARM NT object file inputs.  It is still unable to perform the
necessary relocations for ARM NT, but this allows the linker to at least read
the objects.

llvm-svn: 225052
2014-12-31 22:32:21 +00:00

7 lines
216 B
Plaintext

# RUN: yaml2obj -format coff -o %t.obj %p/Inputs/armnt-obj.yaml
# RUN: lld -flavor link /out:%t.dll /subsystem:console /entry:main %t.obj
# RUN: llvm-readobj -sections %t.dll | FileCheck %s
CHECK: Format: COFF-ARM