Commit Graph

10 Commits

Author SHA1 Message Date
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
Abhishek Aggarwal 25026f52d0 Revert the patch to Test Commit Access
llvm-svn: 241438
2015-07-06 11:26:51 +00:00
Abhishek Aggarwal 9d6f541b60 Test Commit Access: Please Ignore
llvm-svn: 241437
2015-07-06 11:19:32 +00:00
Ismail Pazarbasi 526223319c Revert "git-svn test commit"
This reverts commit aa8d370ee798f75bc05a1ae9a240bc3e5b6870ac.

llvm-svn: 222275
2014-11-18 22:45:59 +00:00
Ismail Pazarbasi d98f7558bf git-svn test commit
llvm-svn: 222273
2014-11-18 22:44:51 +00:00
Daniel Malea d6c8f2b6bf Update INSTALL.txt to mention LLDB builds on Linux with GCC or Clang.
llvm-svn: 175816
2013-02-21 22:37:18 +00:00
Enrico Granata 5251e573d1 Previous commit was bogus (testing)
llvm-svn: 175811
2013-02-21 22:17:45 +00:00
Enrico Granata f169fc296a (no commit message)
llvm-svn: 175810
2013-02-21 22:17:14 +00:00
Jason Molenda d2df09955b You'll need to be running Mac OS X to get lldb to build right now.
llvm-svn: 105700
2010-06-09 07:29:26 +00:00
Eric Christopher f6a3aed94a Add a quick readme on building lldb. This points to the code signing
documentation for now and mentions that it only supports xcode at the
moment.

llvm-svn: 105697
2010-06-09 07:20:27 +00:00