default: create roc-1.0.0 release manifest

Change-Id: I8aca4181d578055afdb844d1046759d229cefb8c
This commit is contained in:
Andres Rodriguez
2016-04-19 16:36:11 -04:00
parent a7c8b5fff3
commit ce199448f0

View File

@@ -1,17 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<remote name="llvm.org" fetch="http://llvm.org/git/" />
<remote name="roc-github" fetch="https://github.com/RadeonOpenCompute/" />
<remote name="pctools-github" fetch="https://github.com/GPUOpen-ProfessionalCompute-Tools/" />
<remote name="llvm.org"
fetch="http://llvm.org/git/" />
<remote name="roc-github"
fetch="https://github.com/RadeonOpenCompute/" />
<remote name="pctools-github"
fetch="https://github.com/GPUOpen-ProfessionalCompute-Tools/" />
<default revision="roc-1.0.x" />
<default revision="refs/tags/roc-1.0.0"
remote="roc-github"
sync-j="4" />
<project path="llvm" remote="llvm.org" name="llvm" revision="master" />
<project path="llvm/tools/lld" remote="llvm.org" name="lld" revision="master" />
<project path="hcc" remote="roc-github" name="hcc" />
<project path="ROCT-Thunk-Interface" remote="roc-github" name="ROCT-Thunk-Interface" />
<project path="ROCR-Runtime" remote="roc-github" name="ROCR-Runtime" />
<project path="hcc" name="hcc" />
<project path="ROCT-Thunk-Interface" name="ROCT-Thunk-Interface" />
<project path="ROCR-Runtime" name="ROCR-Runtime" />
<project path="HIP" remote="pctools-github" name="HIP" />
<project path="HIP-Examples" remote="pctools-github" name="HIP-Examples" />