[all-commits] [llvm/llvm-project] 810f06: [llvm-lto2] Replace std::atomic_init with brace in...
scuzqy via All-commits
all-commits at lists.llvm.org
Thu Aug 28 15:09:41 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 810f06ec3e87e924f9cf1a60f1440663f8f70d82
https://github.com/llvm/llvm-project/commit/810f06ec3e87e924f9cf1a60f1440663f8f70d82
Author: scuzqy <80660355+scuzqy at users.noreply.github.com>
Date: 2025-08-29 (Fri, 29 Aug 2025)
Changed paths:
M llvm/tools/llvm-lto2/llvm-lto2.cpp
Log Message:
-----------
[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.
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