[all-commits] [llvm/llvm-project] 81b391: [libc] Fix mismatch in exception decl
Jeff Bailey via All-commits
all-commits at lists.llvm.org
Wed Mar 1 12:57:14 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 81b39145bda72dbc8cfb0e888f8dbec0fe50e6f1
https://github.com/llvm/llvm-project/commit/81b39145bda72dbc8cfb0e888f8dbec0fe50e6f1
Author: Jeff Bailey <jeffbailey at google.com>
Date: 2023-03-01 (Wed, 01 Mar 2023)
Changed paths:
M libc/test/ErrnoSetterMatcher.h
Log Message:
-----------
[libc] Fix mismatch in exception decl
When running the libc tests under vscode, I got an error about a
mismatches exception declaration for strerror. Since string.h
seems to be getting included transitively anyway, just include
it and rely on its definition.
Reviewed By: michaelrj
Differential Revision: https://reviews.llvm.org/D144803
More information about the All-commits
mailing list