mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-07 12:56:07 +00:00
11 lines
180 B
Python
11 lines
180 B
Python
from builder_base import *
|
|
|
|
|
|
def buildDsym(
|
|
sender=None,
|
|
architecture=None,
|
|
compiler=None,
|
|
dictionary=None,
|
|
testdir=None):
|
|
return False
|