Commit 5a62008f authored by Jonas Devlieghere's avatar Jonas Devlieghere
Browse files

[lldb] Use runBuildCommands from buildGModules

Use runBuildCommands, like all other builders, to raise a build-specific
error when the command fails.
parent 9ecbad54
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -254,7 +254,7 @@ def buildGModules(
                     getModuleCacheSpec(),
                     getCmdLine(dictionary)])

    lldbtest.system(commands, sender=sender)
    runBuildCommands(commands, sender=sender)
    # True signifies that we can handle building with gmodules.
    return True