[lldb] Add getExtraMakeArgs to Builder (NFC)
authorJonas Devlieghere <jonas@devlieghere.com>
Wed, 19 Aug 2020 16:25:41 +0000 (09:25 -0700)
committerJonas Devlieghere <jonas@devlieghere.com>
Wed, 19 Aug 2020 16:47:25 +0000 (09:47 -0700)
commit074c591a7e9b366582dfc8dc127dd8df2ab1ac99
tree9f22763bdc3195b47fb516befcf0580911b2dbb1
parent804691adc9c93eb2ac68baf531e1a6f8b6fdb0c1
[lldb] Add getExtraMakeArgs to Builder (NFC)

Instead of a new method for each variable any subclass might want to
set, have a method getExtraMakeArgs that each subclass can use to return
whatever extra Make arguments it wants.

As per Pavel's suggestion in D85539.
lldb/packages/Python/lldbsuite/test/builders/builder.py
lldb/packages/Python/lldbsuite/test/builders/darwin.py