mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-04-15 12:50:38 +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
|