Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / test / MC / ELF / dwarf64-err.s
blobdd514068cf61f112c091accdb018f6304c6d3fee
1 # RUN: not llvm-mc -g -dwarf-version 2 -dwarf64 -triple x86_64 %s -o - 2>&1 | FileCheck --check-prefix=DWARF2 %s
2 # RUN: not llvm-mc -g -dwarf-version 5 -dwarf64 -triple i686 %s -o - 2>&1 | FileCheck --check-prefix=I686 %s
4 # DWARF2: the 64-bit DWARF format is not supported for DWARF versions prior to 3
5 # I686: the 64-bit DWARF format is only supported for 64-bit targets