Commits on Source (7)
-
Meredith L. Patterson authored
LLVM needs _GNU_SOURCE defined, so let the SConscript handle that for the regex backend and BSD compat.
432eaedf -
Meredith L. Patterson authoredee31304e
-
Meredith L. Patterson authored97c17a5b
-
Meredith L. Patterson authored8dcb3fed
-
Meredith L. Patterson authoredec96a62b
-
Meredith L. Patterson authoreda340a6fc
-
Meredith L. Patterson authored75886be3
Showing
- .gitignore 1 addition, 0 deletions.gitignore
- SConstruct 1 addition, 1 deletionSConstruct
- src/SConscript 5 additions, 2 deletionssrc/SConscript
- src/backends/llvm.c 103 additions, 0 deletionssrc/backends/llvm.c
- src/backends/regex.c 2 additions, 0 deletionssrc/backends/regex.c
- src/hammer.c 1 addition, 0 deletionssrc/hammer.c
- src/hammer.h 2 additions, 1 deletionsrc/hammer.h
- src/internal.h 3 additions, 0 deletionssrc/internal.h
- src/parsers/bits.c 69 additions, 0 deletionssrc/parsers/bits.c
- src/parsers/ch.c 99 additions, 0 deletionssrc/parsers/ch.c
- src/platform_bsdlike.c 2 additions, 0 deletionssrc/platform_bsdlike.c
- src/t_parser.c 2 additions, 0 deletionssrc/t_parser.c
src/backends/llvm.c
0 → 100644