diff options
author | Zachary Turner <zturner@google.com> | 2015-11-25 17:49:47 +0000 |
---|---|---|
committer | Zachary Turner <zturner@google.com> | 2015-11-25 17:49:47 +0000 |
commit | 5de07b078d47b476819e341178e25d9d58042429 (patch) | |
tree | bd680739e5f3a108861bfb4a848bade7a5f46c89 /lldb/packages/Python/lldbsuite/test/expression_command/call-function/main.cpp | |
parent | 1270b0a91d236558faa8d440f94edcb340496f2e (diff) | |
download | bcm5719-llvm-5de07b078d47b476819e341178e25d9d58042429.tar.gz bcm5719-llvm-5de07b078d47b476819e341178e25d9d58042429.zip |
Be *stupider* about what constitutes a supported language binding.
We were trying to be super smart and find all the supported language
bindings. This led to us scanning the directory and treating all
subdirectories as language binding directories. This makes it
hard to add unrelated code in this folder.
Besides, we only support one at the moment - Python. And when new
ones are added it will be trivial to just add their names to a list.
So this patch gets stupider about how to look for language binding
subfolders. Just put them in a list, and use the list.
llvm-svn: 254078
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/expression_command/call-function/main.cpp')
0 files changed, 0 insertions, 0 deletions