diff options
author | Michael Kruse <llvm@meinersbur.de> | 2017-09-28 09:51:04 +0000 |
---|---|---|
committer | Michael Kruse <llvm@meinersbur.de> | 2017-09-28 09:51:04 +0000 |
commit | 89d2be0702e1e57bfe514b050bdbd743c3e8731f (patch) | |
tree | 5625691387396ef72ae57a772fde857d30bf32e1 /llvm/tools/llvm-cov/SourceCoverageView.cpp | |
parent | 6e1001bd8d3d653c600eca98a5ec2f3978da926c (diff) | |
download | llvm-89d2be0702e1e57bfe514b050bdbd743c3e8731f.zip llvm-89d2be0702e1e57bfe514b050bdbd743c3e8731f.tar.gz llvm-89d2be0702e1e57bfe514b050bdbd743c3e8731f.tar.bz2 |
[Support] Force instantiation of isl dump() methods. NFC.
In order for debuggers to be able to call an inline method, it must have
been instantiated somewhere. The dump() methods are usually not used, so
add an instantiation in debug builds.
This allows to call .dump() on any isl++ object from the gcc/gdb and
Visual Studio debugger in debug builds with assertions enabled.
In optimized builds, even with assertions enabled, the dump() methods
are also inlined in GICHelper.cpp, so no externally visible symbols
will be available either.
Differential Revision: https://reviews.llvm.org/D38198
llvm-svn: 314395
Diffstat (limited to 'llvm/tools/llvm-cov/SourceCoverageView.cpp')
0 files changed, 0 insertions, 0 deletions