[Lldb-commits] [PATCH] D55430: build.py: Implement "gcc" builder
    Zachary Turner via Phabricator via lldb-commits 
    lldb-commits at lists.llvm.org
       
    Wed Dec 12 08:42:57 PST 2018
    
    
  
zturner added inline comments.
================
Comment at: lldb/trunk/lit/helper/build.py:630
+            args.append('-nostdinc')
+            args.append('-static')
+        args.append('-c')
----------------
Why do we need this?
Repository:
  rL LLVM
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D55430/new/
https://reviews.llvm.org/D55430
    
    
More information about the lldb-commits
mailing list