Skip to content

Commit 5954d52

Browse files
authored
Merge pull request #2182 from mikdusan/issue.2046
new .d file parser for stage1 compiler
2 parents 8ca294c + 2975bdc commit 5954d52

File tree

6 files changed

+1240
-55
lines changed

6 files changed

+1240
-55
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6728,6 +6728,7 @@ add_custom_command(
67286728
"-Doutput-dir=${CMAKE_BINARY_DIR}"
67296729
WORKING_DIRECTORY "${CMAKE_SOURCE_DIR}"
67306730
DEPENDS
6731+
"${CMAKE_SOURCE_DIR}/src-self-hosted/dep_tokenizer.zig"
67316732
"${CMAKE_SOURCE_DIR}/src-self-hosted/stage1.zig"
67326733
"${CMAKE_SOURCE_DIR}/src-self-hosted/translate_c.zig"
67336734
"${CMAKE_SOURCE_DIR}/build.zig"

0 commit comments

Comments
 (0)