brintos

brintos / llvm-project-archived public Read only

0
0
Text · 330 B · 0a95be2 Raw
15 lines · plain
1; RUN: llvm-as %s -o - | llvm-nm - | FileCheck %s2 3; We should technically emit an unmangled reference to f here,4; but no existing linker needs this.5 6; XFAIL: *7 8target datalayout = "e-m:w-i64:64-f80:128-n8:16:32:64-S128"9target triple = "x86_64-pc-windows-msvc"10 11; CHECK: U f12 13declare dllimport void @f()14@fp = constant ptr @f15