Parcourir la source

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

git-svn-id: trunk@31343 -
Jonas Maebe il y a 10 ans
Parent
commit
2cf17c0487
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      compiler/options.pas

+ 2 - 0
compiler/options.pas

@@ -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