[llvm] 2ecf32f - remove redundant comment about Android.
Mitch Phillips via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 9 13:03:08 PDT 2020
Author: Mitch Phillips
Date: 2020-06-09T13:01:40-07:00
New Revision: 2ecf32fb35255693448f14270c30878853e77b5f
URL: https://github.com/llvm/llvm-project/commit/2ecf32fb35255693448f14270c30878853e77b5f
DIFF: https://github.com/llvm/llvm-project/commit/2ecf32fb35255693448f14270c30878853e77b5f.diff
LOG: remove redundant comment about Android.
Added:
Modified:
llvm/utils/gn/build/libs/pthread/BUILD.gn
Removed:
################################################################################
diff --git a/llvm/utils/gn/build/libs/pthread/BUILD.gn b/llvm/utils/gn/build/libs/pthread/BUILD.gn
index 374ae16500df..69290ba6b5f8 100644
--- a/llvm/utils/gn/build/libs/pthread/BUILD.gn
+++ b/llvm/utils/gn/build/libs/pthread/BUILD.gn
@@ -6,7 +6,6 @@ config("pthread_config") {
}
group("pthread") {
- # On Android, bionic has built-in support for pthreads.
if (llvm_enable_threads && current_os != "win") {
all_dependent_configs = [ ":pthread_config" ]
}
More information about the llvm-commits
mailing list