[all-commits] [llvm/llvm-project] 50985d: [libc][nfc] Fix typo in header generation message....
Jeff Bailey via All-commits
all-commits at lists.llvm.org
Mon Sep 16 08:54:05 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 50985d23e517b4238effcd3e41b0329fdc6a6999
https://github.com/llvm/llvm-project/commit/50985d23e517b4238effcd3e41b0329fdc6a6999
Author: Jeff Bailey <jbailey at raspberryginger.com>
Date: 2024-09-16 (Mon, 16 Sep 2024)
Changed paths:
M libc/cmake/modules/LLVMLibCHeaderRules.cmake
Log Message:
-----------
[libc][nfc] Fix typo in header generation message. (#108813)
Fix a typo in the header generation message.
Before:
Generating header from
/home/vscode/llvm-project/llvm/../libc/newhdrgen/yaml/ctype.yaml and
/home/vscode/llvm-project/libc/include/ctype.h.def
After:
Generating header ctype.h from
/home/vscode/llvm-project/llvm/../libc/newhdrgen/yaml/ctype.yaml and
/home/vscode/llvm-project/libc/include/ctype.h.def
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list