2010-07-27 20:56:10 +08:00
|
|
|
// Test this without pch.
|
2014-01-15 03:35:09 +08:00
|
|
|
// RUN: %clang_cc1 -include %S/cxx-required-decls.h %s -triple %itanium_abi_triple -emit-llvm -o - | FileCheck %s
|
2010-07-27 20:56:10 +08:00
|
|
|
|
|
|
|
// Test with pch.
|
2014-01-15 03:35:09 +08:00
|
|
|
// RUN: %clang_cc1 -x c++-header -triple %itanium_abi_triple -emit-pch -o %t %S/cxx-required-decls.h
|
|
|
|
// RUN: %clang_cc1 -include-pch %t %s -triple %itanium_abi_triple -emit-llvm -o - | FileCheck %s
|
2010-07-27 20:56:10 +08:00
|
|
|
|
|
|
|
// CHECK: @_ZL5globS = internal global %struct.S zeroinitializer
|
2010-07-30 02:15:58 +08:00
|
|
|
// CHECK: @_ZL3bar = internal global i32 0, align 4
|
2010-08-05 17:47:59 +08:00
|
|
|
// CHECK: @glob_var = global i32 0
|