mirror of
https://github.com/ldc-developers/ldc.git
synced 2025-05-03 08:30:47 +03:00
Raise min LLVM version to 3.9 (#2872)
This commit is contained in:
parent
18bbaa1895
commit
5c24f60cf9
77 changed files with 83 additions and 4146 deletions
|
@ -71,11 +71,7 @@ bool isTargetWindowsMSVC() {
|
|||
}
|
||||
|
||||
bool isMusl() {
|
||||
#if LDC_LLVM_VER >= 309
|
||||
return global.params.targetTriple->isMusl();
|
||||
#else
|
||||
return false;
|
||||
#endif
|
||||
}
|
||||
|
||||
/******************************************************************************
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue