summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--llvm/utils/gn/secondary/compiler-rt/lib/builtins/BUILD.gn5
1 files changed, 3 insertions, 2 deletions
diff --git a/llvm/utils/gn/secondary/compiler-rt/lib/builtins/BUILD.gn b/llvm/utils/gn/secondary/compiler-rt/lib/builtins/BUILD.gn
index 53d638619a4..4772a519540 100644
--- a/llvm/utils/gn/secondary/compiler-rt/lib/builtins/BUILD.gn
+++ b/llvm/utils/gn/secondary/compiler-rt/lib/builtins/BUILD.gn
@@ -2,7 +2,7 @@ import("//compiler-rt/target.gni")
import("//llvm/utils/gn/build/buildflags.gni")
declare_args() {
- # Skip the atomic builtin (these should normally be provided by a shared library)
+ # Skip the atomic builtin (should normally be provided by a shared library).
compiler_rt_exclude_atomic_builtin = true
# Compile builtins for baremetal.
@@ -404,7 +404,8 @@ static_library("builtins") {
}
}
-# Currently unused but necessary to make the sync_source_lists_from_cmake.py happy.
+# Currently unused but necessary to make the sync_source_lists_from_cmake.py
+# happy.
source_set("_unused") {
sources = [
# Thumb1
OpenPOWER on IntegriCloud