[PATCH] D19236: Add DITypeIndex for CodeView and emit it for locals
Adrian Prantl via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 18 14:59:56 PDT 2016
aprantl added inline comments.
================
Comment at: docs/LangRef.rst:4298
@@ +4297,3 @@
+:ref:`DILocalVariable`, and :ref:`DIGlobalVariable`. The index is an opaque
+number referring to data in a separate, per-CU type information blob provided
+by the frontend. The contents of that blob and how it is stored in the metadata
----------------
Could you please spell out CU?
Should we mention that this is used to implement CodeView types?
http://reviews.llvm.org/D19236
More information about the llvm-commits
mailing list