mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-14 11:09:41 +02:00
* fixed the default external assembler for llvm when using -s
git-svn-id: trunk@41207 -
This commit is contained in:
parent
1abea6451c
commit
13ce27cc1d
@ -4022,7 +4022,11 @@ begin
|
||||
(cs_asm_extern in init_settings.globalswitches) then
|
||||
begin
|
||||
Message(option_switch_bin_to_src_assembler);
|
||||
{$ifdef llvm}
|
||||
set_target_asm(as_llvm_clang);
|
||||
{$else}
|
||||
set_target_asm(target_info.assemextern);
|
||||
{$endif}
|
||||
{ At least i8086 needs that for nasm and -CX
|
||||
which is incompatible with internal linker }
|
||||
option.checkoptionscompatibility;
|
||||
|
Loading…
Reference in New Issue
Block a user