summaryrefslogtreecommitdiffstats
path: root/lldb/scripts/Xcode/build-llvm.py
diff options
context:
space:
mode:
authorStephane Sezer <sas@cd80.net>2016-07-12 01:44:58 +0000
committerStephane Sezer <sas@cd80.net>2016-07-12 01:44:58 +0000
commit185ab5b030bab551669df712ce410aa087471d86 (patch)
treeac80363c226ef7cec8447c75cd3b3f72a6499488 /lldb/scripts/Xcode/build-llvm.py
parentf54fe041f06de3d734e93ffcd5fd37d89cab7a6f (diff)
downloadbcm5719-llvm-185ab5b030bab551669df712ce410aa087471d86.tar.gz
bcm5719-llvm-185ab5b030bab551669df712ce410aa087471d86.zip
Add LLVM build config for BuildAndIntegration.
Reviewers: tfiala, clayborg Subscribers: lldb-commits Differential Revision: http://reviews.llvm.org/D22234 llvm-svn: 275140
Diffstat (limited to 'lldb/scripts/Xcode/build-llvm.py')
-rwxr-xr-xlldb/scripts/Xcode/build-llvm.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/lldb/scripts/Xcode/build-llvm.py b/lldb/scripts/Xcode/build-llvm.py
index 7f330e0d4ea..b594a8cfe17 100755
--- a/lldb/scripts/Xcode/build-llvm.py
+++ b/lldb/scripts/Xcode/build-llvm.py
@@ -118,6 +118,10 @@ def CMAKE_FLAGS ():
"-DCMAKE_BUILD_TYPE=Release",
"-DLLVM_ENABLE_ASSERTIONS=ON",
],
+ "BuildAndIntegration": [
+ "-DCMAKE_BUILD_TYPE=Release",
+ "-DLLVM_ENABLE_ASSERTIONS=OFF",
+ ],
}
def CMAKE_ENVIRONMENT ():
OpenPOWER on IntegriCloud