summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/ExtDebugInfo.cpp
diff options
context:
space:
mode:
authorAdrian Prantl <aprantl@apple.com>2016-01-22 17:43:43 +0000
committerAdrian Prantl <aprantl@apple.com>2016-01-22 17:43:43 +0000
commitc96da8faa65b723899744b0fc5c23f4b286fcc02 (patch)
treea8573d46a492dd1cb316e52e7d23f3e524c8fd6c /clang/test/Modules/ExtDebugInfo.cpp
parentfc80b6e5d816005a6ea33fc9107579a16bb73ae0 (diff)
downloadbcm5719-llvm-c96da8faa65b723899744b0fc5c23f4b286fcc02.tar.gz
bcm5719-llvm-c96da8faa65b723899744b0fc5c23f4b286fcc02.zip
Module Debugging: Use a nonzero DWO id for precompiled headers.
PCH files don't have a module signature and LLVM uses a nonzero DWO id as an indicator for skeleton / module CUs. This change pins the DWO id for PCH files to a known constant value. The correct long-term solution here is to implement a module signature that is an actual dterministic hash (at the moment module signatures are just random nonzero numbers) and then enable this for PCH files as well. <rdar://problem/24290667> llvm-svn: 258507
Diffstat (limited to 'clang/test/Modules/ExtDebugInfo.cpp')
-rw-r--r--clang/test/Modules/ExtDebugInfo.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/clang/test/Modules/ExtDebugInfo.cpp b/clang/test/Modules/ExtDebugInfo.cpp
index b9eae12deda..c4c6a298234 100644
--- a/clang/test/Modules/ExtDebugInfo.cpp
+++ b/clang/test/Modules/ExtDebugInfo.cpp
@@ -102,3 +102,7 @@ void foo() {
// CHECK: !DIImportedEntity(tag: DW_TAG_imported_declaration, scope: !0, entity: !"_ZTSN8DebugCXX6StructE", line: 24)
+
+// CHECK: !DICompileUnit(
+// CHECK-SAME: splitDebugFilename:
+// CHECK-SAME: dwoId:
OpenPOWER on IntegriCloud