aboutsummaryrefslogtreecommitdiff
path: root/lldb/scripts/Xcode
AgeCommit message (Expand)AuthorFilesLines
2019-03-21Python 2/3 compatibility: from __future__ import print_functionSerge Guelton2-13/+13
2019-03-21Workaround Python's map difference between Python2/3Serge Guelton1-2/+4
2019-03-04[build] Rename clang-headers to clang-resource-headersShoaib Meenai1-1/+1
2018-11-12Remove the last CURRENT_ARCH reference in Xcode's build scripts.Frederic Riss1-1/+1
2018-10-11Upstreaming the BridgeOS device support and the Jason Molenda1-0/+3
2017-09-27Change build-llvm.py and build-lldb-llvm-clang's patching mechanisms toJason Molenda1-1/+1
2017-07-31[build-script] Bring in modernizations from downstream:Sean Callanan2-8/+32
2017-06-27[build system] If there's an OVERRIDE, don't guess the current SCM.Sean Callanan2-0/+14
2017-05-09Import sys in repo.py.Lang Hames1-0/+1
2017-03-03Fixed repo.py to not send git errors to stderr.Sean Callanan1-1/+1
2017-02-23Changed builld-llvm.py to use .json filesSean Callanan4-31/+106
2017-02-23Reverted 295897 pending refinements and fixes for green-dragon.Sean Callanan3-80/+31
2017-02-22Changed builld-llvm.py to use .json filesSean Callanan3-31/+80
2016-12-14Adopt PrettyStackTrace in LLDBSean Callanan1-1/+2
2016-09-23Add an accessor to get the value of RC_PLATFORM_NAME at build timeEnrico Granata1-0/+3
2016-09-22Actually, do it this way because I will want to know if I am in a host build ...Enrico Granata1-3/+9
2016-09-22The host version of lldb always builds for macosxEnrico Granata1-0/+3
2016-09-19Xcode: support gtests that use the Inputs dirTodd Fiala1-0/+10
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone3-143/+249
2016-08-12fix lldb-gtest target of Xcode buildTodd Fiala1-1/+1
2016-08-12Link LLDB only against libclang and libLLVM .a files to fix macOS buildTodd Fiala1-1/+4
2016-07-12Add LLVM build config for BuildAndIntegration.Stephane Sezer1-0/+4
2016-07-12Apply local patches when building llvm on Mac.Stephane Sezer1-0/+8
2016-05-16Look for CMake.app when searching for cmakeTodd Fiala1-0/+18
2016-04-22Fix a build-llvm.py crasher when we can't find cmake. Now it exits with a val...Greg Clayton1-1/+1
2016-03-02Use shallow clones in build-llvm.py.Stephane Sezer1-1/+1
2016-01-28modify Xcode build to use cmake/ninja for internal llvm/clangTodd Fiala3-0/+560