[Lldb-commits] [PATCH] D85539: [lldb] Extend builder to pass the	TRIPLE spec to Make
    Jonas Devlieghere via Phabricator via lldb-commits 
    lldb-commits at lists.llvm.org
       
    Tue Aug 18 17:06:50 PDT 2020
    
    
  
JDevlieghere added inline comments.
================
Comment at: lldb/packages/Python/lldbsuite/builders/builder.py:224
                 "MAKE_DSYM=NO", "MAKE_DWO=YES",
-                getArchSpec(architecture),
-                getCCSpec(compiler),
-                getDsymutilSpec(),
-                getSDKRootSpec(),
-                getModuleCacheSpec(),
-                getCmdLine(dictionary)
+                self.getArchCFlags(architecture),
+                self.getArchSpec(architecture),
----------------
This should've been part of D86174, I'll fix that before updating the patch/landing. 
Repository:
  rLLDB LLDB
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D85539/new/
https://reviews.llvm.org/D85539
    
    
More information about the lldb-commits
mailing list