Forráskód Böngészése

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

git-svn-id: trunk@31343 -
Jonas Maebe 10 éve
szülő
commit
2cf17c0487
1 módosított fájl, 2 hozzáadás és 0 törlés
  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