|
@@ -3812,6 +3812,8 @@ if (target_info.abi = abi_eabihf) then
|
|
target_info.asmext:='.ll';
|
|
target_info.asmext:='.ll';
|
|
{ always use section threadvars for now }
|
|
{ always use section threadvars for now }
|
|
include(target_info.flags,tf_section_threadvars);
|
|
include(target_info.flags,tf_section_threadvars);
|
|
|
|
+ { don't generate dwarf cfi, llvm will do that }
|
|
|
|
+ exclude(target_info.flags,tf_needs_dwarf_cfi);
|
|
{$endif llvm}
|
|
{$endif llvm}
|
|
{$ifdef mipsel}
|
|
{$ifdef mipsel}
|
|
case target_info.system of
|
|
case target_info.system of
|