mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-02 17:50:16 +02:00
* don't generate DWARF cfi when targeting LLVM, it will do that itself
git-svn-id: trunk@31343 -
This commit is contained in:
parent
6d6ed840a4
commit
2cf17c0487
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user