We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e20e206 commit fec7371Copy full SHA for fec7371
tools/update-dmd-rewrite.sh
@@ -65,6 +65,7 @@ git filter-repo --invert-paths \
65
--path-regex '(compiler/)?src/dmd/(e|s)2ir\.d' \
66
--path-regex '(compiler/)?src/dmd/to(csym|ctype|cvdebug|dt|ir|obj)\.d' \
67
--path-regex '(compiler/)?src/dmd/iasm(|dmd)\.d' \
68
+ --path-regex 'compiler/src/dmd/iasm/(package|dmd(aarch64|x86))\.d' \
69
--path-regex '(compiler/)?src/dmd/(objc_)?glue\.d' \
70
--path-glob 'src/*.mak' # remaining Makefiles after moving dmd into compiler/
71
git filter-repo \
0 commit comments