aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Granitz <stefan.graenitz@gmail.com>2019-07-16 16:58:40 +0000
committerStefan Granitz <stefan.graenitz@gmail.com>2019-07-16 16:58:40 +0000
commitf4fc725be31c6e5ac414d6a8cde7902e82dee9c3 (patch)
tree75af36d1d4629e45232768fb75bb8507f7ae821e
parent8edfd38caa86348a985c3e59a260fb6fa53ca773 (diff)
[lldb-cmake-standalone] Pre-populate Xcode build-tree cache with Apple-lldb-Xcode
This cache does not set install-related options. LLVM cannot install from multi-config generators. git-svn-id: https://llvm.org/svn/llvm-project/zorg/trunk@366227 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--zorg/jenkins/jobs/jobs/lldb-cmake-standalone2
1 files changed, 1 insertions, 1 deletions
diff --git a/zorg/jenkins/jobs/jobs/lldb-cmake-standalone b/zorg/jenkins/jobs/jobs/lldb-cmake-standalone
index fc68ece4..0595460c 100644
--- a/zorg/jenkins/jobs/jobs/lldb-cmake-standalone
+++ b/zorg/jenkins/jobs/jobs/lldb-cmake-standalone
@@ -279,7 +279,7 @@ cd $BUILD
echo "@@@ CMake @@@"
cmake -L $LLDB_SRC \
- -C$LLDB_SRC/cmake/caches/Apple-lldb-macOS.cmake \
+ -C$LLDB_SRC/cmake/caches/Apple-lldb-Xcode.cmake \
-DLLVM_VERSION_PATCH=99 \
-DLLVM_DIR=${WORKSPACE}/llvm-buildtree/lib/cmake/llvm \
-DClang_DIR=${WORKSPACE}/llvm-buildtree/lib/cmake/clang \