You've already forked llvm-project
mirror of
https://github.com/encounter/llvm-project.git
synced 2026-03-30 11:27:19 -07:00
04bea33e8c
OpenBSD python module. llvm-svn: 333889
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
|