mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 11:49:23 +02:00
* override hlcgcpu.create_codegen with hlcgllvm.create_codegen when building
an llvm-targeting compiler git-svn-id: branches/hlcgllvm@26056 -
This commit is contained in:
parent
ad84210a9a
commit
044e133067
@ -112,6 +112,10 @@ implementation
|
||||
pbase,pstatmnt,pdecl,pdecsub,pexports,pgenutil,pparautl,
|
||||
{ codegen }
|
||||
tgobj,cgbase,cgobj,hlcgobj,hlcgcpu,dbgbase,
|
||||
{$ifdef llvm}
|
||||
{ override create_hlcodegen from hlcgcpu }
|
||||
hlcgllvm,
|
||||
{$endif}
|
||||
ncgutil,regvars,
|
||||
optbase,
|
||||
opttail,
|
||||
|
Loading…
Reference in New Issue
Block a user