Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Zwinkau
libfirm
Commits
d139b0b0
Commit
d139b0b0
authored
Jan 02, 2016
by
Matthias Braun
Browse files
gen_irdump.c.inl -> gen_proj_names.h
parent
c7c17713
Changes
4
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
d139b0b0
...
@@ -299,7 +299,7 @@ endfunction()
...
@@ -299,7 +299,7 @@ endfunction()
foreach
(
file
foreach
(
file
include/libfirm/nodes.h
include/libfirm/nodes.h
ir/ir/gen_irnode.h
ir/ir/gen_irnode.h
ir/ir/gen_
irdump.c.inl
ir/ir/gen_
proj_names.h
ir/ir/gen_irio.c.inl
ir/ir/gen_irio.c.inl
ir/ir/gen_irnode.c
)
ir/ir/gen_irnode.c
)
gen_ir
(
${
GEN_DIR
}
/
${
file
}
)
gen_ir
(
${
GEN_DIR
}
/
${
file
}
)
...
...
Makefile
View file @
d139b0b0
...
@@ -111,7 +111,7 @@ $(foreach backend,$(backends),$(eval $(call backend_template,$(backend))))
...
@@ -111,7 +111,7 @@ $(foreach backend,$(backends),$(eval $(call backend_template,$(backend))))
# generators
# generators
IR_SPEC_GENERATED_INCLUDES
:=
\
IR_SPEC_GENERATED_INCLUDES
:=
\
$(gendir)
/include/libfirm/nodes.h
\
$(gendir)
/include/libfirm/nodes.h
\
$(gendir)
/ir/ir/gen_
irdump.c.inl
\
$(gendir)
/ir/ir/gen_
proj_names.h
\
$(gendir)
/ir/ir/gen_irnode.h
$(gendir)
/ir/ir/gen_irnode.h
IR_SPEC_GENERATOR
:=
$(srcdir)
/scripts/gen_ir.py
IR_SPEC_GENERATOR
:=
$(srcdir)
/scripts/gen_ir.py
IR_SPEC_GENERATOR_DEPS
:=
$(IR_SPEC_GENERATOR)
$(srcdir)
/scripts/jinjautil.py
$(srcdir)
/scripts/irops.py
$(srcdir)
/scripts/filters.py
IR_SPEC_GENERATOR_DEPS
:=
$(IR_SPEC_GENERATOR)
$(srcdir)
/scripts/jinjautil.py
$(srcdir)
/scripts/irops.py
$(srcdir)
/scripts/filters.py
...
...
ir/ir/irdump.c
View file @
d139b0b0
...
@@ -111,7 +111,7 @@ typedef struct proj_lookup {
...
@@ -111,7 +111,7 @@ typedef struct proj_lookup {
const
pns_lookup_t
*
data
;
/**< the data */
const
pns_lookup_t
*
data
;
/**< the data */
}
proj_lookup_t
;
}
proj_lookup_t
;
#include
"gen_
irdump.c.inl
"
#include
"gen_
proj_names.h
"
static
ir_dump_flags_t
flags
=
static
ir_dump_flags_t
flags
=
ir_dump_flag_blocks_as_subgraphs
|
ir_dump_flag_blocks_as_subgraphs
|
...
...
scripts/templates/gen_
irdump.c.inl
→
scripts/templates/gen_
proj_names.h
View file @
d139b0b0
File moved
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment