Pull OutBuffer into dmd.common and use it from both frontend and backend

This commit is contained in:
Andrei Alexandrescu 2021-07-07 16:46:12 -04:00
parent 0a73713b93
commit a7ab922b28
71 changed files with 107 additions and 79 deletions

View file

@ -10,7 +10,7 @@ dependency ":frontend" version="*"
subPackage {
name "root"
targetType "library"
sourcePaths "src/dmd/root"
sourcePaths "src/dmd/common" "src/dmd/root"
}
subPackage {
@ -86,6 +86,7 @@ subPackage {
excludedSourceFiles "src/dmd/backend/*"
excludedSourceFiles "src/dmd/root/*"
excludedSourceFiles "src/dmd/common/*"
excludedSourceFiles "src/dmd/{\
astbase,\
console,\