mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-13 22:06:05 +00:00

Summary: This does not yet give us a clean testsuite run but it does help with: 1. Actually building on linux 2. Run the testsuite with over 70% tests passing on linux. Reviewers: tfiala, labath, zturner Subscribers: lldb-commits Differential Revision: http://reviews.llvm.org/D17182 llvm-svn: 260721
5 lines
136 B
Python
5 lines
136 B
Python
from builder_base import *
|
|
|
|
def buildDsym(sender=None, architecture=None, compiler=None, dictionary=None, clean=True):
|
|
return False
|