[clang] Handle __declspec() attributes in using
[llvm-project.git] / clang / test / Frontend / ir-support-codegen.ll
blob3dc3c0a571bd3b9cd5089d69940557f97fe67b4b
1 ; REQUIRES: x86-registered-target
2 ; RUN: %clang_cc1 -triple x86_64-apple-darwin10 -S -o - %s | FileCheck %s
4 ; RUN: %clang_cc1 -triple x86_64-pc-linux -S -o %t %s 2>&1 | \
5 ; RUN: FileCheck --check-prefix=WARN %s
6 ; WARN: warning: overriding the module target triple with x86_64-pc-linux
7 ; RUN: FileCheck --check-prefix=LINUX %s < %t
9 target triple = "x86_64-apple-darwin10"
11 ; CHECK: .globl _f0
12 ; LINUX: .globl f0
13 define i32 @f0() nounwind ssp {
14        ret i32 0