summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/expression_command/call-function/main.cpp
diff options
context:
space:
mode:
authorZachary Turner <zturner@google.com>2015-11-25 17:49:47 +0000
committerZachary Turner <zturner@google.com>2015-11-25 17:49:47 +0000
commit5de07b078d47b476819e341178e25d9d58042429 (patch)
treebd680739e5f3a108861bfb4a848bade7a5f46c89 /lldb/packages/Python/lldbsuite/test/expression_command/call-function/main.cpp
parent1270b0a91d236558faa8d440f94edcb340496f2e (diff)
downloadbcm5719-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
OpenPOWER on IntegriCloud