summaryrefslogtreecommitdiffstats
path: root/clang/test/InterfaceStubs/windows.cpp
blob: c81c702861e4cbe229915b89769d3662910a001c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// REQUIRES: x86-registered-target
// RUN: %clang_cc1 -triple x86_64-windows-msvc -o - %s -emit-interface-stubs | FileCheck -check-prefix=CHECK-CC1 %s
// RUN: %clang -target x86_64-windows-msvc -o - %s -emit-interface-stubs -emit-merged-ifs -S | FileCheck -check-prefix=CHECK-IFS %s
// note: -S is added here to prevent clang from invoking link.exe

// CHECK-CC1: Symbols:
// CHECK-CC1-NEXT: ?helloWindowsMsvc@@YAHXZ

 // CHECK-IFS: --- !experimental-ifs-v1
 // CHECK-IFS: IfsVersion:      1.0
 // CHECK-IFS: Triple:
 // CHECK-IFS: Symbols:
 // CHECK-IFS:   ?helloWindowsMsvc@@YAHXZ: { Type: Func }
 // CHECK-IFS: ...

int helloWindowsMsvc();
OpenPOWER on IntegriCloud