summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Prantl <aprantl@apple.com>2016-01-22 18:46:40 +0000
committerAdrian Prantl <aprantl@apple.com>2016-01-22 18:46:40 +0000
commite1c2ad8aa716a7af74d5a3cbaea1fe01d0a2d309 (patch)
tree464ba85118797daf7a08c20dc04c00241e711d1d
parent86f61a9a627c47bc2e832dd714dd289c2bf5ea2f (diff)
downloadbcm5719-llvm-e1c2ad8aa716a7af74d5a3cbaea1fe01d0a2d309.tar.gz
bcm5719-llvm-e1c2ad8aa716a7af74d5a3cbaea1fe01d0a2d309.zip
Fix 80-column violations.
llvm-svn: 258518
-rw-r--r--clang/test/Modules/ExtDebugInfo.cpp9
1 files changed, 6 insertions, 3 deletions
diff --git a/clang/test/Modules/ExtDebugInfo.cpp b/clang/test/Modules/ExtDebugInfo.cpp
index c4c6a298234..189ebf016eb 100644
--- a/clang/test/Modules/ExtDebugInfo.cpp
+++ b/clang/test/Modules/ExtDebugInfo.cpp
@@ -2,7 +2,8 @@
// Test that only forward declarations are emitted for types dfined in modules.
// Modules:
-// RUN: %clang_cc1 -x objective-c++ -std=c++11 -debug-info-kind=limited -dwarf-ext-refs -fmodules \
+// RUN: %clang_cc1 -x objective-c++ -std=c++11 -debug-info-kind=limited \
+// RUN: -dwarf-ext-refs -fmodules \
// RUN: -fmodule-format=obj -fimplicit-module-maps -DMODULES \
// RUN: -triple %itanium_abi_triple \
// RUN: -fmodules-cache-path=%t %s -I %S/Inputs -I %t -emit-llvm -o %t-mod.ll
@@ -12,11 +13,13 @@
// RUN: %clang_cc1 -x c++ -std=c++11 -fmodule-format=obj -emit-pch -I%S/Inputs \
// RUN: -triple %itanium_abi_triple \
// RUN: -o %t.pch %S/Inputs/DebugCXX.h
-// RUN: %clang_cc1 -std=c++11 -debug-info-kind=limited -dwarf-ext-refs -fmodule-format=obj \
+// RUN: %clang_cc1 -std=c++11 -debug-info-kind=limited \
+// RUN: -dwarf-ext-refs -fmodule-format=obj \
// RUN: -triple %itanium_abi_triple \
// RUN: -include-pch %t.pch %s -emit-llvm -o %t-pch.ll %s
// RUN: cat %t-pch.ll | FileCheck %s
+
#ifdef MODULES
@import DebugCXX;
#endif
@@ -101,7 +104,7 @@ void foo() {
// CHECK-SAME: name: "InAnonymousNamespace", {{.*}}DIFlagFwdDecl)
-// CHECK: !DIImportedEntity(tag: DW_TAG_imported_declaration, scope: !0, entity: !"_ZTSN8DebugCXX6StructE", line: 24)
+// CHECK: !DIImportedEntity(tag: DW_TAG_imported_declaration, scope: !0, entity: !"_ZTSN8DebugCXX6StructE", line: 27)
// CHECK: !DICompileUnit(
// CHECK-SAME: splitDebugFilename:
OpenPOWER on IntegriCloud