[memprof] Remove an unused using directive (#117004)
[llvm-project.git] / lld / test / COFF / lto-arm.ll
blob9a5cf30f012688f59733e44bc55af4c0a48ec4a0
1 ; REQUIRES: arm
3 ; RUN: llvm-as %s -o %t.obj
5 ; RUN: lld-link /entry:entry %t.obj /out:%t.exe /subsystem:console 2>&1 | FileCheck %s --check-prefix=ERR --allow-empty
6 ; RUN: llvm-readobj %t.exe | FileCheck %s
8 ; ERR-NOT: /machine is not specified
10 ; CHECK: Format: COFF-ARM{{$}}
11 ; CHECK: Arch: thumb
13 target datalayout = "e-m:w-p:32:32-Fi8-i64:64-v128:64:128-a:0:32-n32-S64"
14 target triple = "thumbv7-w64-windows-gnu"
16 define dso_local arm_aapcs_vfpcc void @entry() {
17 entry:
18   ret void