[PATCH] D29671: [DebugInfo] Add address space when creating DIDerivedTypes
Frej Drejhammar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 14 05:25:27 PST 2017
frej added inline comments.
================
Comment at: lib/Basic/Targets.cpp:2269
+ /// \brief Get address space to use for global variables.
+ unsigned getGlobalAddrSpace() const {
+ return 1; // opencl_global.
----------------
Missing `override`
https://reviews.llvm.org/D29671
More information about the llvm-commits
mailing list