mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-22 21:30:10 +00:00
Add modern arc config for default "onto" branch
The config option for this changed in https://secure.phabricator.com/D21313 (or when that was rolled out). I'm leaving the old config option, which may be in use by people with older versions of arc. Reviewed By: mehdi_amini Differential Revision: https://reviews.llvm.org/D97215
This commit is contained in:
parent
a0839b14df
commit
473e3f2343
@ -3,5 +3,6 @@
|
||||
"repository.callsign" : "G",
|
||||
"conduit_uri" : "https://reviews.llvm.org/",
|
||||
"base": "git:HEAD^",
|
||||
"arc.land.onto.default": "main"
|
||||
"arc.land.onto.default": "main",
|
||||
"arc.land.onto": ["main"]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user