[Coverage] MCDC: Move findIndependencePairs deferred into MCDCRecord (#121188)
[llvm-project.git] / llvm / test / Object / X86 / irsymtab-bad-alias.ll
blob7f204d1dd15730d70e24ffa8d92160ba345f9182
1 ; Check that we do not create an irsymtab for modules with malformed IR.
3 ; RUN: opt -o %t %s
4 ; RUN: llvm-bcanalyzer -dump %t | FileCheck %s
6 ; CHECK-NOT: <SYMTAB_BLOCK
8 target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
9 target triple = "x86_64-unknown-linux-gnu"
11 @g1 = global i32 1
12 @g2 = global i32 2
14 @a = alias i32, inttoptr(i32 sub (i32 ptrtoint (ptr @g1 to i32),
15                                   i32 ptrtoint (ptr @g2 to i32)) to ptr)