summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/commands/expression/anonymous-struct/main.cpp
diff options
context:
space:
mode:
authorReid Kleckner <rnk@google.com>2019-11-07 09:27:43 -0800
committerReid Kleckner <rnk@google.com>2019-11-07 09:29:48 -0800
commitc989993ba1a666f04f7aee7df51d9f4de0588b71 (patch)
treec10fbd2bd485ee82f1afe764ff8594252b3aaf30 /lldb/packages/Python/lldbsuite/test/commands/expression/anonymous-struct/main.cpp
parent7d2b0ec345487537e37a24b323d612c7c06295cd (diff)
downloadbcm5719-llvm-c989993ba1a666f04f7aee7df51d9f4de0588b71.tar.gz
bcm5719-llvm-c989993ba1a666f04f7aee7df51d9f4de0588b71.zip
[XCOFF] Fix link errors from explicit template instantiation
I happen to be using clang-cl+lld-link locally, and I get these link errors: lld-link: error: undefined symbol: public: unsigned short __cdecl llvm::object::XCOFFSectionHeader<struct llvm::object::XCOFFSectionHeader64>::getSectionType(void) const >>> referenced by C:\src\llvm-project\llvm\tools\llvm-readobj\XCOFFDumper.cpp:106 >>> tools\llvm-readobj\CMakeFiles\llvm-readobj.dir\XCOFFDumper.cpp.obj:(public: virtual void __cdecl `anonymous namespace'::XCOFFDumper::printSectionHeaders(void)) I suspect this is because the explicit template instaniation appears before the inline method definitions in the .cpp file, so they aren't available at the point of instantiation. Move the explicit instantiation later. Also, forward declare the explicit instantiation for good measure.
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/commands/expression/anonymous-struct/main.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud