diff options
author | Arthur Cohen <arthur.cohen@embecosm.com> | 2023-11-30 14:11:41 +0100 |
---|---|---|
committer | CohenArthur <arthur.cohen@embecosm.com> | 2024-02-26 17:32:38 +0000 |
commit | 7b25f53a416868059299661ddf769ec4c9c2516d (patch) | |
tree | 78fb5b2af443b15fcd5dbc97a5bb73d6faae7288 /gcc/rust/hir | |
parent | 486b2043a08ff49605ea7d52fc2c3f5403d72079 (diff) | |
download | gcc-7b25f53a416868059299661ddf769ec4c9c2516d.zip gcc-7b25f53a416868059299661ddf769ec4c9c2516d.tar.gz gcc-7b25f53a416868059299661ddf769ec4c9c2516d.tar.bz2 |
libgrust: Add format_parser library
Compile libformat_parser and link to it.
gcc/rust/ChangeLog:
* Make-lang.in: Compile libformat_parser.
* ast/rust-fmt.cc: New FFI definitions.
* ast/rust-fmt.h: Likewise.
* expand/rust-macro-builtins.cc (MacroBuiltin::format_args_handler): Call
into libformat_parser.
* expand/rust-macro-builtins.h: Define format_args!() handler proper.
libgrust/ChangeLog:
* libformat_parser/Cargo.lock: New file.
* libformat_parser/Cargo.toml: New file.
* libformat_parser/generic_format_parser/Cargo.toml: New file.
* libformat_parser/generic_format_parser/src/lib.rs: New file.
* libformat_parser/src/bin.rs: New file.
* libformat_parser/src/lib.rs: New file.
Diffstat (limited to 'gcc/rust/hir')
0 files changed, 0 insertions, 0 deletions