Re-land [openmp] Fix warnings when building on Windows with latest MSVC or Clang...
[llvm-project.git] / llvm / test / CodeGen / X86 / function-alias.ll
blobddcffa6722ce212ba219b1ab75d6b7266d8d41ad
1 ; RUN: llc < %s | FileCheck %s
2 target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
3 target triple = "x86_64-unknown-linux-gnu"
5 ; "data" constant
6 @0 = private constant <{ i8, i8 }> <{i8 15, i8 11}>, section ".text"
8 ; function-typed alias
9 @ud2 = alias void (), ptr bitcast (<{ i8, i8 }>* @0 to ptr)
11 ; Check that "ud2" is emitted as a function symbol.
12 ; CHECK: .type{{.*}}ud2,@function