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
7 lines
216 B
Plaintext
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
|
|
|