We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8750d54 commit a6eb70cCopy full SHA for a6eb70c
lldb/packages/Python/lldbsuite/test/builders/builder.py
@@ -25,6 +25,7 @@ def getExtraMakeArgs(self):
25
Helper function to return extra argumentsfor the make system. This
26
method is meant to be overridden by platform specific builders.
27
"""
28
+ return ""
29
30
def getArchCFlags(self, architecture):
31
"""Returns the ARCH_CFLAGS for the make system."""
0 commit comments