* don't generate DWARF cfi when targeting LLVM, it will do that itself

git-svn-id: trunk@31343 -
This commit is contained in:
Jonas Maebe 2015-08-18 16:09:44 +00:00
parent 6d6ed840a4
commit 2cf17c0487

View File

@ -3812,6 +3812,8 @@ if (target_info.abi = abi_eabihf) then
target_info.asmext:='.ll';
{ always use section threadvars for now }
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}
{$ifdef mipsel}
case target_info.system of