* enabled assembling via a pipe for clang

git-svn-id: trunk@31879 -
This commit is contained in:
Jonas Maebe 2015-09-28 22:14:50 +00:00
parent fdf76bc606
commit 0ebee6a825

View File

@ -735,7 +735,7 @@ Implementation
begin
DoPipe:=(cs_asm_pipe in current_settings.globalswitches) and
(([cs_asm_extern,cs_asm_leave,cs_link_on_target] * current_settings.globalswitches) = []) and
((asminfo^.id in [as_gas,as_ggas,as_darwin,as_powerpc_xcoff]));
((asminfo^.id in [as_gas,as_ggas,as_darwin,as_powerpc_xcoff,as_clang]));
end;