From 3036ab26e311e751bfb97fe5647e0bec7a5f7c01 Mon Sep 17 00:00:00 2001 From: Chandler Carruth Date: Mon, 31 Dec 2012 05:59:45 +0000 Subject: [PATCH] Add a simple .arcconfig to make using the 'arc' commandline tool and the phabricator code review site easier with libc++. llvm-svn: 171275 --- libcxx/.arcconfig | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 libcxx/.arcconfig diff --git a/libcxx/.arcconfig b/libcxx/.arcconfig new file mode 100644 index 000000000000..283bc23a2170 --- /dev/null +++ b/libcxx/.arcconfig @@ -0,0 +1,4 @@ +{ + "project_id" : "libcxx", + "conduit_uri" : "http://llvm-reviews.chandlerc.com/" +}