[all-commits] [llvm/llvm-project] b9ef56: [lld] Use std::optional instead of llvm::Optional ...
kazutakahirata via All-commits
all-commits at lists.llvm.org
Mon Jan 2 18:29:18 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b9ef5648b5db392bf358ca2cac8669a9edb7f6c5
https://github.com/llvm/llvm-project/commit/b9ef5648b5db392bf358ca2cac8669a9edb7f6c5
Author: Kazu Hirata <kazu at google.com>
Date: 2023-01-02 (Mon, 02 Jan 2023)
Changed paths:
M lld/MinGW/Driver.cpp
M lld/wasm/Config.h
M lld/wasm/Driver.cpp
M lld/wasm/InputChunks.h
M lld/wasm/InputElement.h
M lld/wasm/InputFiles.cpp
M lld/wasm/InputFiles.h
M lld/wasm/SymbolTable.cpp
M lld/wasm/SymbolTable.h
M lld/wasm/Symbols.h
M lld/wasm/SyntheticSections.cpp
M lld/wasm/SyntheticSections.h
M lld/wasm/Writer.cpp
Log Message:
-----------
[lld] Use std::optional instead of llvm::Optional (NFC)
This is part of an effort to migrate from llvm::Optional to
std::optional:
https://discourse.llvm.org/t/deprecating-llvm-optional-x-hasvalue-getvalue-getvalueor/63716
More information about the All-commits
mailing list