Skip to content

Commit a4b1271

Browse files
authored
update-dmd-rewrite: Exclude new dmd.glue package (#4976)
1 parent d2a9c83 commit a4b1271

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/update-dmd-rewrite.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,10 @@ git filter-repo --invert-paths \
6464
--path-regex '(compiler/)?src/dmd/link\.d' \
6565
--path-regex '(compiler/)?src/dmd/(e|s)2ir\.d' \
6666
--path-regex '(compiler/)?src/dmd/to(csym|ctype|cvdebug|dt|ir|obj)\.d' \
67+
--path-regex '(compiler/)?src/dmd/(objc_)?glue\.d' \
68+
--path 'compiler/src/dmd/glue/' \
6769
--path-regex '(compiler/)?src/dmd/iasm(|dmd)\.d' \
6870
--path-regex 'compiler/src/dmd/iasm/(package|dmd(aarch64|x86))\.d' \
69-
--path-regex '(compiler/)?src/dmd/(objc_)?glue\.d' \
7071
--path-glob 'src/*.mak' # remaining Makefiles after moving dmd into compiler/
7172
git filter-repo \
7273
`# move dirs/files` \

0 commit comments

Comments
 (0)