summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorAaron Puchert <aaronpuchert@alice-dsl.net>2020-02-17 23:47:28 +0100
committerAaron Puchert <aaronpuchert@alice-dsl.net>2020-02-17 23:47:30 +0100
commit4f53867ec27bde33479c7891c256225f2075945a (patch)
tree8f92cfa73e78f7dcc89cf4a2fe221bb987665d57 /llvm
parent0cffa939a7d8af8a3b62ec790bf02066b4568e53 (diff)
downloadbcm5719-llvm-4f53867ec27bde33479c7891c256225f2075945a.tar.gz
bcm5719-llvm-4f53867ec27bde33479c7891c256225f2075945a.zip
Drop git version suffix
Summary: Also fix the version for libcxxabi, which was stuck in the past. Reviewers: hans, mclow.lists Reviewed By: hans Subscribers: mgorny, christof, libcxx-commits, llvm-commits, ldionne Tags: #libc, #llvm Differential Revision: https://reviews.llvm.org/D74586
Diffstat (limited to 'llvm')
-rw-r--r--llvm/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/CMakeLists.txt b/llvm/CMakeLists.txt
index 9bbcba069c1..567396870a5 100644
--- a/llvm/CMakeLists.txt
+++ b/llvm/CMakeLists.txt
@@ -25,7 +25,7 @@ if(NOT DEFINED LLVM_VERSION_PATCH)
set(LLVM_VERSION_PATCH 0)
endif()
if(NOT DEFINED LLVM_VERSION_SUFFIX)
- set(LLVM_VERSION_SUFFIX git)
+ set(LLVM_VERSION_SUFFIX "")
endif()
if (NOT PACKAGE_VERSION)
OpenPOWER on IntegriCloud