Skip to content

Commit fec7371

Browse files
committed
update-dmd-rewrite.sh: Exclude most files in new dmd.iasm package
1 parent e20e206 commit fec7371

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/update-dmd-rewrite.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ git filter-repo --invert-paths \
6565
--path-regex '(compiler/)?src/dmd/(e|s)2ir\.d' \
6666
--path-regex '(compiler/)?src/dmd/to(csym|ctype|cvdebug|dt|ir|obj)\.d' \
6767
--path-regex '(compiler/)?src/dmd/iasm(|dmd)\.d' \
68+
--path-regex 'compiler/src/dmd/iasm/(package|dmd(aarch64|x86))\.d' \
6869
--path-regex '(compiler/)?src/dmd/(objc_)?glue\.d' \
6970
--path-glob 'src/*.mak' # remaining Makefiles after moving dmd into compiler/
7071
git filter-repo \

0 commit comments

Comments
 (0)