[all-commits] [llvm/llvm-project] d88e8d: [lld] llvm::Optional::value => operator*/operator->
Fangrui Song via All-commits
all-commits at lists.llvm.org
Fri Dec 16 21:04:11 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d88e8dcc728c6a536270c0ce06aed2ef45b78c6b
https://github.com/llvm/llvm-project/commit/d88e8dcc728c6a536270c0ce06aed2ef45b78c6b
Author: Fangrui Song <i at maskray.me>
Date: 2022-12-17 (Sat, 17 Dec 2022)
Changed paths:
M lld/wasm/SyntheticSections.cpp
M lld/wasm/Writer.cpp
Log Message:
-----------
[lld] llvm::Optional::value => operator*/operator->
std::optional::value() has undesired exception checking semantics and is
unavailable in some older Xcode. The call sites block std::optional migration.
More information about the All-commits
mailing list