-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Description
Line 70 in 85e9bab
| out_src = ctx.actions.declare_file("{}.{}".format(ctx.attr.name, out_src_ext)) |
I have a bison ypp that uses both %defines and %locations, thus these files should be generated per https://www.gnu.org/software/bison/manual/html_node/C_002b_002b-Bison-Interface.html. Have you thought about how to handle these files? Otherwise, the compilation process won't work because the output source file contains # include "location.hh"
Metadata
Metadata
Assignees
Labels
No labels