diff options
author | scuzqy <80660355+scuzqy@users.noreply.github.com> | 2025-08-29 06:09:20 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-08-29 00:09:20 +0200 |
commit | 810f06ec3e87e924f9cf1a60f1440663f8f70d82 (patch) | |
tree | 21b96d4f5449dce6c293ed39c001f9949425efec /llvm/lib/CodeGen/CommandFlags.cpp | |
parent | 2ae4b92a1cf01b7d09f70ccc919eca2b5d02b080 (diff) | |
download | llvm-810f06ec3e87e924f9cf1a60f1440663f8f70d82.zip llvm-810f06ec3e87e924f9cf1a60f1440663f8f70d82.tar.gz llvm-810f06ec3e87e924f9cf1a60f1440663f8f70d82.tar.bz2 |
[llvm-lto2] Replace std::atomic_init with brace initiation. NFC (#143274)
In C++ 20, std::atomic_init is deprecated.
This patch replaces call to std::atomic_init with brace initiation.
Diffstat (limited to 'llvm/lib/CodeGen/CommandFlags.cpp')
0 files changed, 0 insertions, 0 deletions