mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-16 08:26:07 +00:00
5 lines
124 B
Python
5 lines
124 B
Python
from builder_base import *
|
|
|
|
def buildDsym(sender=None, architecture=None, compiler=None, dictionary=None):
|
|
return False
|