Added entry for peephole optimizer library and code expander
This commit is contained in:
parent
0faaec8e3d
commit
17c1915104
7
Action
7
Action
|
@ -23,6 +23,9 @@ end
|
||||||
name "C preprocessor"
|
name "C preprocessor"
|
||||||
dir util/cpp
|
dir util/cpp
|
||||||
end
|
end
|
||||||
|
name "Peephole optimizer libraries"
|
||||||
|
dir modules/src/em_opt
|
||||||
|
end
|
||||||
name "ACK object utilities"
|
name "ACK object utilities"
|
||||||
dir util/amisc
|
dir util/amisc
|
||||||
end
|
end
|
||||||
|
@ -54,6 +57,10 @@ end
|
||||||
name "Bootstrap for newest form of backend tables"
|
name "Bootstrap for newest form of backend tables"
|
||||||
dir util/ncgg
|
dir util/ncgg
|
||||||
end
|
end
|
||||||
|
name "Bootstrap for code expanders"
|
||||||
|
dir util/ceg
|
||||||
|
indir
|
||||||
|
end
|
||||||
name "LED link editor"
|
name "LED link editor"
|
||||||
dir util/led
|
dir util/led
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue