Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / lld / test / ELF / lto / emit-llvm.ll
blobe80ef570b4e8190b9cc6b08d6c8a62c881ea1490
1 ; REQUIRES: x86
3 ; RUN: opt -module-hash -module-summary %s -o %t.o
4 ; RUN: ld.lld --plugin-opt=emit-llvm -o %t.out.o %t.o
5 ; RUN: llvm-dis < %t.out.o -o - | FileCheck %s
7 ;; Regression test for D112297: bitcode writer used to crash when
8 ;; --plugin-opt=emit-llvmis enabled and the output is /dev/null.
9 ; RUN: ld.lld --plugin-opt=emit-llvm -mllvm -bitcode-flush-threshold=0 -o /dev/null %t.o
11 ; CHECK: define internal void @main()
13 target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
14 target triple = "x86_64-unknown-linux-gnu"
16 define void @main() {
17   ret void