mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2026-08-25 14:10:28 -04:00
[PR #10] [MERGED] Force ELF on macOS #9
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-mirror/pull/10
Author: @nastys
Created: 12/31/2021
Status: ✅ Merged
Merged: 12/31/2021
Merged by: @undefined
Base:
master← Head:master📝 Commits (1)
2ccae63Force ELF on macOS📊 Changes
1 file changed (+7 additions, -3 deletions)
View changed files
📝
lib/Support/Triple.cpp(+7 -3)📄 Description
Fixes PPU LLVM in RPCS3.
A few days ago, I realized only system calls were actually causing the PPU crashes. After digging deep into LLVM's code with a lot of help from GalCiv, we came to the conclusion that LLVM wasn't setting up trampolines for imported symbols correctly. Nekotekina suggested forcing LLVM to generate ELF objects instead of Mach-O, and it actually worked!
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.