diff options
author | David Blaikie <dblaikie@gmail.com> | 2019-02-05 23:38:55 +0000 |
---|---|---|
committer | David Blaikie <dblaikie@gmail.com> | 2019-02-05 23:38:55 +0000 |
commit | e49209ed88395ef4ae0cf30fd2b547af68a9cae9 (patch) | |
tree | 11b829b27c6bb8c20361cd3ce6dd97aab468aa1c /lldb/packages/Python/lldbsuite/test/functionalities/source-map/TestTargetSourceMap.py | |
parent | 520a37f52ff159636e25eb30178aa14f0499bddc (diff) | |
download | bcm5719-llvm-e49209ed88395ef4ae0cf30fd2b547af68a9cae9.tar.gz bcm5719-llvm-e49209ed88395ef4ae0cf30fd2b547af68a9cae9.zip |
Orc: Simplify RPC naming system by using function-local statics
The existing scheme of class template static members for Name and
NameMutex is a bit verbose, involves global ctors (even if they're cheap
for string and mutex, still not entirely free), and (importantly/my
immediate motivation here) trips over a bug in LLVM's modules
implementation that's a bit involved (hmm, sounds like Mr. Smith has a
fix for the modules thing - but I'm still inclined to commit this patch
as general goodness).
llvm-svn: 353241
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/functionalities/source-map/TestTargetSourceMap.py')
0 files changed, 0 insertions, 0 deletions