Changeset View
Changeset View
Standalone View
Standalone View
test/Modules/ModuleDebugInfo.cpp
Context not available. | |||||
// PCH: | // PCH: | ||||
// RUN: %clang_cc1 -triple %itanium_abi_triple -x c++ -std=c++11 -debugger-tuning=lldb -emit-pch -fmodule-format=obj -I %S/Inputs -o %t.pch %S/Inputs/DebugCXX.h -mllvm -debug-only=pchcontainer &>%t-pch.ll | // RUN: %clang_cc1 -triple %itanium_abi_triple -x c++ -std=c++11 -debugger-tuning=lldb -emit-pch -fmodule-format=obj -I %S/Inputs -o %t.pch %S/Inputs/DebugCXX.h -mllvm -debug-only=pchcontainer &>%t-pch.ll | ||||
// RUN: cat %t-pch.ll | FileCheck %s | // RUN: cat %t-pch.ll | FileCheck --check-prefix=CHECK-CXX %s | ||||
// RUN: cat %t-pch.ll | FileCheck --check-prefix=CHECK-NEG %s | // RUN: cat %t-pch.ll | FileCheck --check-prefix=CHECK-NEG %s | ||||
#ifdef MODULES | #ifdef MODULES | ||||
Context not available. | |||||
// CHECK-MOD: distinct !DICompileUnit(language: DW_LANG_{{.*}}C_plus_plus, | // CHECK-MOD: distinct !DICompileUnit(language: DW_LANG_{{.*}}C_plus_plus, | ||||
// CHECK: distinct !DICompileUnit(language: DW_LANG_{{.*}}C_plus_plus, | // CHECK: distinct !DICompileUnit(language: DW_LANG_{{.*}}C_plus_plus, | ||||
// CHECK-CXX: distinct !DICompileUnit(language: DW_LANG_C_plus_plus_11, | |||||
// CHECK-SAME: isOptimized: false, | // CHECK-SAME: isOptimized: false, | ||||
// CHECK-NOT: splitDebugFilename: | // CHECK-NOT: splitDebugFilename: | ||||
// CHECK-SAME: dwoId: | // CHECK-SAME: dwoId: | ||||
Context not available. |