]> git.ipfire.org Git - thirdparty/gcc.git/commit
gccrs: utils: Add bidirectional hashmap class
authorArthur Cohen <arthur.cohen@embecosm.com>
Wed, 3 May 2023 09:17:01 +0000 (11:17 +0200)
committerArthur Cohen <arthur.cohen@embecosm.com>
Tue, 16 Jan 2024 17:34:16 +0000 (18:34 +0100)
commit25c9921b1d9bd2c508c1ac3c89e2e192a17b6f8b
treedc4a4a1a76ed8f65d1ed07ab814954bbed328144
parentfb3eb13f0f866568f2de799e4b93b704aa02f3d7
gccrs: utils: Add bidirectional hashmap class

gcc/rust/ChangeLog:

* expand/rust-macro-builtins.cc: Include bidirectional map.
* util/bi-map.h: New file.
gcc/rust/expand/rust-macro-builtins.cc
gcc/rust/util/bi-map.h [new file with mode: 0644]