mirror of
https://github.com/ldc-developers/ldc.git
synced 2025-05-03 00:20:40 +03:00
Drop support for LLVM < 3.7
This commit is contained in:
parent
4e174ff19c
commit
1fb269f940
72 changed files with 98 additions and 3862 deletions
|
@ -87,13 +87,6 @@ bool defineAsExternallyAvailable(FuncDeclaration &fdecl) {
|
|||
IF_LOG Logger::println("Enter defineAsExternallyAvailable");
|
||||
LOG_SCOPE
|
||||
|
||||
#if LDC_LLVM_VER < 307
|
||||
// Pre-3.7, cross-module inlining is disabled completely.
|
||||
// See the commandline flag definition for more details.
|
||||
IF_LOG Logger::println("LLVM < 3.7: Cross-module inlining disabled.");
|
||||
return false;
|
||||
#endif
|
||||
|
||||
// FIXME: For now, disable all cross-module inlining (also of pragma(inline, true)
|
||||
// functions). This check should be removed when cross-module inlining has
|
||||
// become more stable.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue