Skip to content

Commit c220e18

Browse files
authored
remove AMDGPU target from llvm
mesa now can be built without llvm, so this is not needed
1 parent 9c5128f commit c220e18

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

llvm-nano.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ get-pkgbuild
88
cd "$BUILD_DIR"
99

1010
case "$ARCH" in
11-
'x86_64') TARGETS_TO_BUILD="X86;AMDGPU" ;;
12-
'aarch64') TARGETS_TO_BUILD="AArch64;AMDGPU";;
11+
'x86_64') TARGETS_TO_BUILD="X86" ;;
12+
'aarch64') TARGETS_TO_BUILD="AArch64";;
1313
esac
1414

1515
# debloat package, limit llvm targets, build with MinSizeRel

0 commit comments

Comments
 (0)