[all-commits] [llvm/llvm-project] 80c47a: [SandboxIR][Bench] Fix missing include
Justin Bogner via All-commits
all-commits at lists.llvm.org
Sun Sep 8 12:35:28 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 80c47ad3aec9d7f22e1b1bdc88960a91b66f89f1
https://github.com/llvm/llvm-project/commit/80c47ad3aec9d7f22e1b1bdc88960a91b66f89f1
Author: Justin Bogner <mail at justinbogner.com>
Date: 2024-09-08 (Sun, 08 Sep 2024)
Changed paths:
M llvm/benchmarks/SandboxIRBench.cpp
Log Message:
-----------
[SandboxIR][Bench] Fix missing include
In 362da640dd18 "[SandboxIR][Bench] Test RAUW (#107440)" we started
using std::stringstream, but didn't include `<sstream>` for the
definition. This is resulting in a build failure on windows.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list