build/llvmPackages: don't need to patch omp

After wuxi's merge request, this won't be necessary anymore.
This commit is contained in:
2024-12-21 21:41:17 +08:00
parent f9a8cd0036
commit d2b19e4dcf
2 changed files with 0 additions and 24 deletions

View File

@@ -110,17 +110,6 @@ export function llvmPackages({
return {
name: "llvm",
platform,
patchPhase: async () => {
if (platform.buildPlatform.arch !== 'x86_64'
&& platform.buildPlatform.arch !== 'aarch64') {
// Apply llvm omp patch
await promisifySpawn(spawn("git",
[
"apply",
path.resolve(projectRoot, "assets", "omp.diff"),
], spawnOptions));
}
},
configurePhase: async () => {
// Configure
await promisifySpawn(spawn(cmake, command({