[PR #2] [MERGED] Compile LLVM via appveyor and release via GitHub releases #3

Closed
opened 2026-02-18 19:19:55 -05:00 by yindo · 0 comments
Owner

📋 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_60Head: release_60


📝 Commits (1)

  • 6d82141 Compile 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.

## 📋 Pull Request Information **Original PR:** https://github.com/RPCS3/llvm/pull/2 **Author:** [@hcorion](https://github.com/hcorion) **Created:** 5/2/2018 **Status:** ✅ Merged **Merged:** 5/2/2018 **Merged by:** [@undefined](undefined) **Base:** `release_60` ← **Head:** `release_60` --- ### 📝 Commits (1) - [`6d82141`](https://github.com/RPCS3/llvm/commit/6d82141b2465d6bccbe7a022b3cf8a05ba4f9b71) Compile LLVM via appveyor and release via GitHub releases ### 📊 Changes **1 file changed** (+60 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `appveyor.yml` (+60 -0) </details> ### 📄 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-18 19:19:55 -05:00
yindo closed this issue 2026-02-18 19:19:55 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: RPCS3/llvm#3