mirror of
https://github.com/RPCS3/llvm.git
synced 2026-07-19 15:13:49 -04:00
[PR #2] [MERGED] Compile LLVM via appveyor and release via GitHub releases #3
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/RPCS3/llvm/pull/2
Author: @hcorion
Created: 5/2/2018
Status: ✅ Merged
Merged: 5/2/2018
Merged by: @undefined
Base:
release_60← Head:release_60📝 Commits (1)
6d82141Compile LLVM via appveyor and release via GitHub releases📊 Changes
1 file changed (+60 additions, -0 deletions)
View changed files
➕
appveyor.yml(+60 -0)📄 Description
This enables an easy way to add changes to llvm and use them in RPCS3. This will allow downloading the latest version via https://github.com/RPCS3/llvm/releases/download/continuous-release_60/llvmlibs.7z
Do note that if you make a breaking change in llvm that require changes in rpcs3 you'll want to make those changes in a new branch.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.