summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/python_api/breakpoint
diff options
context:
space:
mode:
authorDavid Blaikie <dblaikie@gmail.com>2017-11-02 21:55:40 +0000
committerDavid Blaikie <dblaikie@gmail.com>2017-11-02 21:55:40 +0000
commit08267297931ca6138f0545c5ea8c8178c5d485be (patch)
treebd9320174e93e1b01f216c7baf95e797ee18953d /lldb/packages/Python/lldbsuite/test/python_api/breakpoint
parent4b3289e84f4f816ee084b4849c7f7ba4c1656352 (diff)
downloadbcm5719-llvm-08267297931ca6138f0545c5ea8c8178c5d485be.tar.gz
bcm5719-llvm-08267297931ca6138f0545c5ea8c8178c5d485be.zip
Modular Codegen: Don't home/modularize static functions in headers
Consistent with various workarounds in the backwards compatible modules that allow static functions in headers to exist, be deduplicated to some degree, and not generally fail right out of the gate... do the same with modular codegen as there are enough cases (including in libstdc++ and in LLVM itself - though I cleaned up the easy ones) that it's worth supporting as a migration/backcompat step. Simply create a separate, internal linkage function in each object that needs it. If an available_externally/modularized function references a static function, but the modularized function is eventually dropped and not inlined, the static function will be dropped as unreferenced. llvm-svn: 317274
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/breakpoint')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud