brintos

brintos / llvm-project-archived public Read only

0
0
Text · 229 B · c6d42b4 Raw
4 lines · plain
1# RUN: yaml2obj %p/Inputs/armnt-executable.obj.yaml -o %t.obj2# RUN: not lld-link /out:%t.exe /entry:mainCRTStartup /subsystem:console %t.obj /dynamicbase:no 2>&1 | FileCheck %s3# CHECK: dynamicbase:no is not compatible with arm4