carbon-language / carbon-lang

Carbon Language's main repository: documents, design, implementation, and related tools. (NOTE: Carbon Language is experimental; see README)
https://github.com/carbon-language/carbon-lang/blob/trunk/README.md
Other
32.31k stars 1.48k forks source link

Update google_benchmark and remove the patch #4063

Closed jonmeow closed 6 days ago

jonmeow commented 1 week ago

Updating to 1.8.4 breaks the patch file, so I'm looking at solutions that don't require maintaining a patch.

Verifying this is working with bazel build //toolchain/lex:tokenized_buffer_benchmark && strings bazel-bin/toolchain/lex/tokenized_buffer_benchmark |& grep pfm

jonmeow commented 1 week ago

Depends on #4058, just trying to avoid managing conflicting module changes in parallel.