diff options
author | Justin Bogner <mail@justinbogner.com> | 2019-07-16 22:39:18 +0000 |
---|---|---|
committer | Justin Bogner <mail@justinbogner.com> | 2019-07-16 22:39:18 +0000 |
commit | 418516c7b8658994622273a2a44a9fba3280dcfc (patch) | |
tree | 25e0f63f03db3f05d0c000e627a5ee905ca76cee /lldb/packages/Python/lldbsuite/test/expression_command/call-function/TestCallUserDefinedFunction.py | |
parent | fdeed837edf354558cf0c6b0a0dd3af2124906b8 (diff) | |
download | bcm5719-llvm-418516c7b8658994622273a2a44a9fba3280dcfc.tar.gz bcm5719-llvm-418516c7b8658994622273a2a44a9fba3280dcfc.zip |
[TableGen] Generate offsets into a flat array for getOperandType
Rather than an array of std::initializer_list, generate a table of
offsets and a flat array of the operands for getOperandType. This is a
bit more efficient on platforms that don't manage to get the array of
inintializer_lists initialized at link time (I'm looking at you
macOS). It's also quite quite a bit faster to compile.
llvm-svn: 366278
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/expression_command/call-function/TestCallUserDefinedFunction.py')
0 files changed, 0 insertions, 0 deletions