[memprof] Remove an unused using directive (#117004)
[llvm-project.git] / lld / test / COFF / lto-emit-asm.ll
blobbb32a7d8a72709f78de08dc383cc8617d47b4bd5
1 ; REQUIRES: x86
2 ; RUN: llvm-as %s -o %t.obj
4 ; RUN: lld-link /lldemit:asm /dll /noentry /include:f1 /include:f2 %t.obj /opt:lldltopartitions=1 /out:%t.1p /lldsavetemps
5 ; RUN: cat %t.1p.lto.s | FileCheck %s
6 ; RUN: llvm-dis %t.1p.0.4.opt.bc -o - | FileCheck --check-prefix=OPT %s
8 ; RUN: lld-link /lldemit:asm /dll /noentry /include:f1 /include:f2 %t.obj /opt:lldltopartitions=2 /out:%t.2p
9 ; RUN: cat %t.2p.lto.s %t.2p.lto.1.s | FileCheck %s
11 target datalayout = "e-m:w-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
12 target triple = "x86_64-pc-windows-msvc"
14 ;; Note: we also check for the presence of comments; /lldemit:asm output should be verbose.
16 ; CHECK-DAG: # -- Begin function f1
17 ; CHECK-DAG: f1:
18 ; OPT: define void @f1()
19 define void @f1() {
20   ret void
23 ; CHECK-DAG: # -- Begin function f2
24 ; CHECK-DAG: f2:
25 ; OPT: define void @f2()
26 define void @f2() {
27   ret void