aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp
diff options
context:
space:
mode:
authorMartin Storsjo <martin@martin.st>2018-12-15 08:08:11 +0000
committerMartin Storsjo <martin@martin.st>2018-12-15 08:08:11 +0000
commit4790194b19e06cc3d333c89d1616a0e3b05498d2 (patch)
treecaa880b168c7a946c03d7a89dca51aad14b272bd /clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp
parenta53bb3ac8552551ee4d0716c628fef0850c09550 (diff)
downloadllvm-4790194b19e06cc3d333c89d1616a0e3b05498d2.zip
llvm-4790194b19e06cc3d333c89d1616a0e3b05498d2.tar.gz
llvm-4790194b19e06cc3d333c89d1616a0e3b05498d2.tar.bz2
[MinGW] Produce a vtable and RTTI for dllexported classes without a key function
This matches what GCC does in these situations. This fixes compiling Qt in debug mode. In release mode, references to the vtable of this particular class ends up optimized away, but in debug mode, the compiler creates references to the vtable, which is expected to be dllexported from a different DLL. Make sure the dllexported version actually ends up emitted. Differential Revision: https://reviews.llvm.org/D55698 llvm-svn: 349256
Diffstat (limited to 'clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions