summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine/ExecutionEngineBindings.cpp
diff options
context:
space:
mode:
authorZachary Turner <zturner@google.com>2018-08-30 20:53:11 +0000
committerZachary Turner <zturner@google.com>2018-08-30 20:53:11 +0000
commitf4f767d534b819348d02048ae7610453004d5d84 (patch)
treeae5582a4a45d3df88fbebb2298f4ab27ed48b3c3 /llvm/lib/ExecutionEngine/ExecutionEngineBindings.cpp
parent2499aeead93a28cff56816c6ce7c093d227a0084 (diff)
downloadbcm5719-llvm-f4f767d534b819348d02048ae7610453004d5d84.tar.gz
bcm5719-llvm-f4f767d534b819348d02048ae7610453004d5d84.zip
[MS ABI] Fix mangling issue with dynamic initializer stubs.
There are two types of dynamic initializer stubs. There's `dynamic initializer for 'x''(void) and `dynamic initializer for `static Foo::Bar StaticDataMember''(void) The second case is disambiguated from the first by the presence of a ? after the operator code. So the first will appear something like ?__E<name> while the second will appear something like ?__E?<name>. clang-cl was mangling these both the same though. This patch matches behavior with cl. Differential Revision: https://reviews.llvm.org/D51500 llvm-svn: 341117
Diffstat (limited to 'llvm/lib/ExecutionEngine/ExecutionEngineBindings.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud