[all-commits] [llvm/llvm-project] 3bfd6a: [libc][NFC] Add compile options only to the header...
Siva Chandra via All-commits
all-commits at lists.llvm.org
Tue Sep 26 09:20:15 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3bfd6a7521320ddffd5219569067f17e9843b26e
https://github.com/llvm/llvm-project/commit/3bfd6a7521320ddffd5219569067f17e9843b26e
Author: Siva Chandra <sivachandra at gmail.com>
Date: 2023-09-26 (Tue, 26 Sep 2023)
Changed paths:
M libc/src/stdio/CMakeLists.txt
M libc/src/stdio/printf_core/CMakeLists.txt
M libc/src/stdio/scanf_core/CMakeLists.txt
Log Message:
-----------
[libc][NFC] Add compile options only to the header libraries which use them. (#67447)
Other libraries dependent on these libraries will automatically inherit
those compile options. This change in particular affects the compile
option "-DLIBC_COPT_STDIO_USE_SYSTEM_FILE".
More information about the All-commits
mailing list