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

_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to