[PATCH] D97754: [test-suite] Update .arcconfig to match LLVM.

Nichols A. Romero via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 2 09:22:31 PST 2021


This revision was automatically updated to reflect the committed changes.
Closed by commit rTeac0ed543746: [test-suite] Update .arcconfig to match LLVM. (authored by naromero77).

Repository:
  rT test-suite

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D97754/new/

https://reviews.llvm.org/D97754

Files:
  .arcconfig


Index: .arcconfig
===================================================================
--- .arcconfig
+++ .arcconfig
@@ -1,4 +1,8 @@
 {
+  "phabricator.uri" : "https://reviews.llvm.org/",
   "repository.callsign" : "T",
-  "conduit_uri" : "https://reviews.llvm.org/"
+  "conduit_uri" : "https://reviews.llvm.org/",
+  "base": "git:HEAD^",
+  "arc.land.onto.default": "main",
+  "arc.land.onto": ["main"]
 }


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D97754.327485.patch
Type: text/x-patch
Size: 406 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210302/5e5ed49c/attachment.bin>


More information about the llvm-commits mailing list