[Lldb-commits] [lldb] [lldb] Rally around triple rather than arch in the API tests (PR #191416)

David Spickett via lldb-commits lldb-commits at lists.llvm.org
Fri Apr 10 06:59:47 PDT 2026


================
@@ -24,8 +24,8 @@ def getCompiler(self):
         compiler = lldbutil.which(compiler)
         return os.path.abspath(compiler)
 
-    def getTriple(self, arch):
-        """Returns the triple for the given architecture or None."""
+    def getTriple(self):
+        """Returns the triple."""
----------------
DavidSpickett wrote:

I think we can do without the docstring now.

https://github.com/llvm/llvm-project/pull/191416


More information about the lldb-commits mailing list