[PATCH] D29671: [DebugInfo] Add address space when creating DIDerivedTypes

Frej Drejhammar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 23 01:29:36 PST 2017


frej added inline comments.


================
Comment at: lib/Basic/Targets.cpp:2262
+  /// \returns Target specific vtbl ptr address space.
+  unsigned getVtblPtrAddressSpace() const {
+    // \todo: We currently have address spaces defined in AMDGPU Backend. It
----------------
This one is missing an 'override'


https://reviews.llvm.org/D29671





More information about the llvm-commits mailing list