Message ID | 20210806205235.988761-2-gitster@pobox.com (mailing list archive) |
---|---|
State | Accepted |
Commit | f6bb2099bf0f982bd3d43fe479b8272d5bf18a6a |
Headers | show |
Series | detect-compiler: clang updates | expand |
diff --git a/detect-compiler b/detect-compiler index 70b754481c..c85be83c64 100755 --- a/detect-compiler +++ b/detect-compiler @@ -44,7 +44,7 @@ clang) "FreeBSD clang") print_flags clang ;; -"Apple LLVM") +"Apple LLVM"|"Apple clang") print_flags clang ;; *)