llvm-project/lldb/scripts/Xcode
Sean Callanan efe5d5fe9d Changed builld-llvm.py to use .json files
LLDB has many branches in a variety of repositories.
The build-script.py file is subtly different for each set.
This is unnecessary and causes merge headaches.

This patch makes build-llvm.py consult a directory full 
of .json files, each one of which matches a particular
branch using a regular expression.

This update to the patch introduces a FALLBACK file
whose contents take precedence if the current branch
could not be identified.  If the current branch could be
identified, FALLBACK is updated, allowing the user to
e.g. cut branches off of known branches and still have
the automatic checkout mechanism work.

It also documents all of this.

Differential revision: https://reviews.llvm.org/D30275

llvm-svn: 295922
2017-02-23 02:21:34 +00:00
..
repos Changed builld-llvm.py to use .json files 2017-02-23 02:21:34 +00:00
build-llvm.py Changed builld-llvm.py to use .json files 2017-02-23 02:21:34 +00:00
lldbbuild.py Add an accessor to get the value of RC_PLATFORM_NAME at build time 2016-09-23 22:30:08 +00:00
package-clang-headers.py *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
prepare-gtest-run-dir.sh Xcode: support gtests that use the Inputs dir 2016-09-19 16:42:41 +00:00
repo.py Changed builld-llvm.py to use .json files 2017-02-23 02:21:34 +00:00