diff options
author | Jordan Rupprecht <rupprecht@google.com> | 2020-07-09 18:38:49 -0700 |
---|---|---|
committer | Jordan Rupprecht <rupprecht@google.com> | 2020-07-09 18:43:53 -0700 |
commit | fbef6c55bc2f349110bd601b716889d73e101c92 (patch) | |
tree | 6fdfc3a65f33ff0287359864857e45798ac66c1b /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | 57f2a789ca074165baa1c8eea3332007477c9f91 (diff) | |
download | llvm-fbef6c55bc2f349110bd601b716889d73e101c92.zip llvm-fbef6c55bc2f349110bd601b716889d73e101c92.tar.gz llvm-fbef6c55bc2f349110bd601b716889d73e101c92.tar.bz2 |
[lldb] Declare extern template instantiation to fix linking issues.
NativeProcessELF::GetELFImageInfoAddress<...>() is declared in NativeProcessELF.h, but only defined in NativeProcessELF.cpp. Via some optimized builds (e.g. thinlto), this instantiation may be removed when it is used in a different TU (NativeProcessELFTest.cpp).
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions