[llvm] c1b55ae - [cmake] Add SerenityOS to config.guess
Brad Smith via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 2 03:17:20 PDT 2023
Author: Andrew Kaster
Date: 2023-11-02T06:15:43-04:00
New Revision: c1b55ae7384c358009440df76ecf185364d928c1
URL: https://github.com/llvm/llvm-project/commit/c1b55ae7384c358009440df76ecf185364d928c1
DIFF: https://github.com/llvm/llvm-project/commit/c1b55ae7384c358009440df76ecf185364d928c1.diff
LOG: [cmake] Add SerenityOS to config.guess
Reviewed By: phosek
Differential Revision: https://reviews.llvm.org/D154403
Added:
Modified:
llvm/cmake/config.guess
Removed:
################################################################################
diff --git a/llvm/cmake/config.guess b/llvm/cmake/config.guess
index 71abbf939f97f44..f4896236776942e 100644
--- a/llvm/cmake/config.guess
+++ b/llvm/cmake/config.guess
@@ -816,6 +816,9 @@ EOF
i*:PW*:*)
echo ${UNAME_MACHINE}-pc-pw32
exit ;;
+ *:SerenityOS:*:*)
+ echo ${UNAME_MACHINE}-pc-serenity
+ exit ;;
*:Interix*:*)
case ${UNAME_MACHINE} in
x86)
More information about the llvm-commits
mailing list