[Lldb-commits] [PATCH] D22234: Add LLVM build config for BuildAndIntegration.

Stephane Sezer via lldb-commits lldb-commits at lists.llvm.org
Mon Jul 11 18:52:27 PDT 2016


This revision was automatically updated to reflect the committed changes.
Closed by commit rL275140: Add LLVM build config for BuildAndIntegration. (authored by sas).

Changed prior to commit:
  http://reviews.llvm.org/D22234?vs=63548&id=63628#toc

Repository:
  rL LLVM

http://reviews.llvm.org/D22234

Files:
  lldb/trunk/scripts/Xcode/build-llvm.py

Index: lldb/trunk/scripts/Xcode/build-llvm.py
===================================================================
--- lldb/trunk/scripts/Xcode/build-llvm.py
+++ lldb/trunk/scripts/Xcode/build-llvm.py
@@ -118,6 +118,10 @@
             "-DCMAKE_BUILD_TYPE=Release",
             "-DLLVM_ENABLE_ASSERTIONS=ON",
             ],
+        "BuildAndIntegration": [
+            "-DCMAKE_BUILD_TYPE=Release",
+            "-DLLVM_ENABLE_ASSERTIONS=OFF",
+            ],
     }
 
 def CMAKE_ENVIRONMENT ():


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D22234.63628.patch
Type: text/x-patch
Size: 498 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20160712/33278c7a/attachment-0001.bin>


More information about the lldb-commits mailing list