brintos

brintos / llvm-project-archived public Read only

0
0
Text · 347 B · 5f95a0e Raw
11 lines · plain
1; RUN: llvm-as < %s > %t2; RUN: llvm-lto -exported-symbol=_DllMain@12 -filetype=asm -o - %t | FileCheck %s3 4target datalayout = "e-m:x-p:32:32-i64:64-f80:32-n8:16:32-a:0:32-S32"5target triple = "i386-pc-windows-msvc19.0.23918"6 7; CHECK: .globl _DllMain@128define x86_stdcallcc i32 @DllMain(ptr %module, i32 %reason, ptr %reserved) {9  ret i32 110}11