[all-commits] [llvm/llvm-project] a369bb: [libc][cmake] Fix LIBC_TARGET_OS query from compil...
lntue via All-commits
all-commits at lists.llvm.org
Fri Jan 27 07:15:17 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a369bb8a3b18804898cefe70938fb63a41a2a5db
https://github.com/llvm/llvm-project/commit/a369bb8a3b18804898cefe70938fb63a41a2a5db
Author: Tue Ly <lntue at google.com>
Date: 2023-01-27 (Fri, 27 Jan 2023)
Changed paths:
M libc/cmake/modules/LLVMLibCArchitectures.cmake
Log Message:
-----------
[libc][cmake] Fix LIBC_TARGET_OS query from compiler triple for `darwin`.
Currently LIBC_TARGET_OS query from compiler triple returns `apple` for
macOS. This change will fix it back to `darwin` as before.
Differential Revision: https://reviews.llvm.org/D141282
More information about the All-commits
mailing list