summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CMakeLists.txt
diff options
context:
space:
mode:
authorAdrian Prantl <aprantl@apple.com>2018-10-24 00:06:02 +0000
committerAdrian Prantl <aprantl@apple.com>2018-10-24 00:06:02 +0000
commitba6fdc57b4be3d65903531a7ad734ccf417cb0a6 (patch)
treee7c205b4fa1d41d6d96ef4e667547ff0646464fb /clang/lib/CodeGen/CMakeLists.txt
parentcd416382927996eb1aa661e3f9cf9ce3c46bb71e (diff)
downloadbcm5719-llvm-ba6fdc57b4be3d65903531a7ad734ccf417cb0a6.tar.gz
bcm5719-llvm-ba6fdc57b4be3d65903531a7ad734ccf417cb0a6.zip
Debug Info (-gmodules): emit full types for non-anchored template specializations
Before this patch, clang would emit a (module-)forward declaration for template instantiations that are not anchored by an explicit template instantiation, but still are guaranteed to be available in an imported module. Unfortunately detecting the owning module doesn't reliably work when local submodule visibility is enabled and the template is inside a cross-module namespace. This make clang debuggable again with -gmodules and LSV enabled. rdar://problem/41552377 llvm-svn: 345109
Diffstat (limited to 'clang/lib/CodeGen/CMakeLists.txt')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud