[all-commits] [llvm/llvm-project] 5d6ed9: [libc][Obvious] Fix the build after e748db0f7f0971...
Siva Chandra via All-commits
all-commits at lists.llvm.org
Thu Dec 1 15:39:34 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5d6ed9ff0c85530ed7f2d706cdcd0d942cb6abf1
https://github.com/llvm/llvm-project/commit/5d6ed9ff0c85530ed7f2d706cdcd0d942cb6abf1
Author: Siva Chandra Reddy <sivachandra at google.com>
Date: 2022-12-01 (Thu, 01 Dec 2022)
Changed paths:
M libc/test/utils/tools/WrapperGen/wrappergen_test.cpp
Log Message:
-----------
[libc][Obvious] Fix the build after e748db0f7f0971dc258c6631ae1fb0a38cfdf9dd.
That changed some parts of the Support API to use std::optional instead
of llvm::Optional. This patch updates the libc uses to the new API.
More information about the All-commits
mailing list