[DEV] integrate master dev version
This commit is contained in:
parent
840b60368c
commit
35302ed3f8
2
cxx
2
cxx
@ -1 +1 @@
|
||||
Subproject commit 532b0b423cad500c3159a79f9466129e2a52ab85
|
||||
Subproject commit 9a6a9c08e403cd06acf2182266fa5998bc20c9ff
|
@ -23,7 +23,7 @@ def get_maintainer():
|
||||
return ["LLVM Team"]
|
||||
|
||||
def get_version():
|
||||
return [3,4]
|
||||
return [3,5,"dev"]
|
||||
|
||||
def create(target, module_name):
|
||||
my_module = module.Module(__file__, module_name, get_type())
|
||||
@ -91,7 +91,9 @@ def create(target, module_name):
|
||||
],
|
||||
destination_path="include/support/win32")
|
||||
# export flag that we use LLVM C++ lib
|
||||
my_module.add_export_flag("c++", ["-D__STDCPP_LLVM__", "-nostdlib"])
|
||||
my_module.add_export_flag("c++", ["-D__STDCPP_LLVM__"
|
||||
#, "-nostdlib"
|
||||
])
|
||||
return my_module
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user