Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / lld / test / MachO / invalid / lto-bitcode-nodatalayout.ll
blobf2ab80213a2c3cb976bad314c03dd019b31cb43e
1 ;; We're intentionally testing fatal errors (for malformed input files), and
2 ;; fatal errors aren't supported for testing when main is run twice.
3 ; XFAIL: main-run-twice
5 ; REQUIRES: x86
6 ; RUN: llvm-as %s -o %t.o
7 ; RUN: not %lld %t.o -o /dev/null 2>&1 | FileCheck %s
9 ; CHECK: error: input module has no datalayout
11 ; This bitcode file has no datalayout.
12 ; Check that we error out producing a reasonable diagnostic.
13 target triple = "x86_64-apple-macosx10.15.0"
15 define void @_start() {
16   ret void