[mlir][int-range] Limit xor int range inference to i1 (#116968)
[llvm-project.git] / llvm / test / Object / dllimport-globalref.ll
blob0a95be20a9d17536bf505f04e8cc55a43b0b1648
1 ; RUN: llvm-as %s -o - | llvm-nm - | FileCheck %s
3 ; We should technically emit an unmangled reference to f here,
4 ; but no existing linker needs this.
6 ; XFAIL: *
8 target datalayout = "e-m:w-i64:64-f80:128-n8:16:32:64-S128"
9 target triple = "x86_64-pc-windows-msvc"
11 ; CHECK: U f
13 declare dllimport void @f()
14 @fp = constant ptr @f