mirror of
https://github.com/dlang/dmd.git
synced 2025-04-25 20:50:41 +03:00
Exclude 2 codegen-related files from dub frontend subpackage
These import backend modules, and that leads to undefined symbol regressions (backend TypeInfos referencing undefined backend init symbols) with LDC on Windows for current master (stable is fine). See https://github.com/ldc-developers/ldc/issues/3212.
This commit is contained in:
parent
cb4fb0ac57
commit
c3b1373afd
1 changed files with 2 additions and 0 deletions
2
dub.sdl
2
dub.sdl
|
@ -83,10 +83,12 @@ subPackage {
|
|||
iasm,\
|
||||
iasmdmd,\
|
||||
iasmgcc,\
|
||||
irstate,\
|
||||
objc_glue,\
|
||||
s2ir,\
|
||||
tocsym,\
|
||||
toctype,\
|
||||
tocvdebug,\
|
||||
toobj,\
|
||||
todt,\
|
||||
toir\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue