[all-commits] [llvm/llvm-project] b0068b: [libc][NFC] Make add_header_library rule support C...
Siva Chandra via All-commits
all-commits at lists.llvm.org
Fri Sep 8 20:34:14 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b0068b5b06b9228d799c353aaedbdb6b6c660cfd
https://github.com/llvm/llvm-project/commit/b0068b5b06b9228d799c353aaedbdb6b6c660cfd
Author: Siva Chandra <sivachandra at gmail.com>
Date: 2023-09-08 (Fri, 08 Sep 2023)
Changed paths:
M libc/cmake/modules/LLVMLibCLibraryRules.cmake
Log Message:
-----------
[libc][NFC] Make add_header_library rule support COMPILE_OPTIONS. (#65821)
The options added via COMPILE_OPTIONS will be treated as INTERFACE
options. This will help in setting compile options based on libc config
options in future patches.
More information about the All-commits
mailing list