[memprof] Remove an unused using directive (#117004)
[llvm-project.git] / lld / test / ELF / lto / bitcode-nodatalayout.ll
blob7ddc12226721811ff339853c74ca532b12a10727
1 ; REQUIRES: x86
2 ; RUN: llvm-as %s -o %t.o
3 ; RUN: not ld.lld %t.o -o /dev/null 2>&1 | FileCheck %s
5 ; CHECK: input module has no datalayout
7 ; This bitcode file has no datalayout.
8 ; Check that we error out producing a reasonable diagnostic.
9 target triple = "x86_64-unknown-linux-gnu"
11 define void @_start() {
12   ret void