forked from OSchip/llvm-project
Start working on the test suite in FreeBSD
llvm-svn: 161419
This commit is contained in:
parent
36796b4899
commit
1a62bf4d55
|
@ -0,0 +1,4 @@
|
|||
from builder_base import *
|
||||
|
||||
def buildDsym(sender=None, architecture=None, compiler=None, dictionary=None, clean=True):
|
||||
return False
|
Loading…
Reference in New Issue