[all-commits] [llvm/llvm-project] 3641d1: [libc][Obvious] Fix incorrect RPC opcode for `clea...
Joseph Huber via All-commits
all-commits at lists.llvm.org
Wed Sep 20 09:54:50 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3641d185575efc42dc3e32cd06db7667a0c2bb9e
https://github.com/llvm/llvm-project/commit/3641d185575efc42dc3e32cd06db7667a0c2bb9e
Author: Joseph Huber <jhuber6 at vols.utk.edu>
Date: 2023-09-20 (Wed, 20 Sep 2023)
Changed paths:
M libc/src/stdio/gpu/clearerr.cpp
Log Message:
-----------
[libc][Obvious] Fix incorrect RPC opcode for `clearerr`
Summary:
This was mistakenly using the opcode for `ferror` which wasn't noticed
because tests using this weren't yet activated. This patch fixes this
mistake.
More information about the All-commits
mailing list