mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-09 13:46:07 +00:00

Summary: This is used in tests. Reviewers: emaste, tfiala, clayborg Subscribers: zturner, lldb-commits, joerg Differential Revision: http://reviews.llvm.org/D15065 llvm-svn: 254853
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
|