소스 검색

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

git-svn-id: trunk@31343 -
Jonas Maebe 10 년 전
부모
커밋
2cf17c0487
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  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