Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 861218 Details for
Bug 715612
llvm-core/polly: Polly - Polyhedral optimizations for LLVM
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Building LLVM Polly 15 without ebuild modification. Removed GPGPU codegen and installation of related libraries.
llvm:15 (text/plain), 1.15 KB, created by
Seryoga Leshii
on 2023-05-06 12:25:55 UTC
(
hide
)
Description:
Building LLVM Polly 15 without ebuild modification. Removed GPGPU codegen and installation of related libraries.
Filename:
MIME Type:
Creator:
Seryoga Leshii
Created:
2023-05-06 12:25:55 UTC
Size:
1.15 KB
patch
obsolete
>MYCMAKEARGS+='-DLLVM_ENABLE_PROJECTS="polly" -DPOLLY_ENABLE_GPGPU_CODEGEN=ON ' >MYCMAKEARGS+='-DLLVM_DISTRIBUTION_COMPONENTS=$(printf "%s;%s" $(get_distribution_components) "Polly;LLVMCore;LLVMScalarOpts;LLVMInstCombine;LLVMTransformUtils;LLVMAnalysis;LLVMipo;LLVMMC;LLVMPasses;LLVMLinker;LLVMIRReader;LLVMBitReader;LLVMMCParser;LLVMObject;LLVMProfileData;LLVMTarget;LLVMVectorize;LLVMNVPTXCodeGen;LLVMNVPTXDesc;LLVMNVPTXInfo;LLVMBinaryFormat;LLVMRemarks;LLVMAsmParser;LLVMBitstreamReader;LLVMAggressiveInstCombine;LLVMBitWriter;LLVMFrontendOpenMP;LLVMInstrumentation;LLVMBinaryFormat;LLVMDebugInfoCodeView;LLVMTextAPI;LLVMAsmPrinter;LLVMSymbolize;LLVMDebugInfoDWARF;LLVMCodeGen;LLVMCoroutines;LLVMObjCARCOpts;LLVMDebugInfoMSF;LLVMDebugInfoPDB;LLVMSelectionDAG;LLVMExtensions;") ' >MYCMAKEARGS+='-DLLVM_TOOL_POLLY_BUILD=ON -DLLVM_POLLY_LINK_INTO_TOOLS=ON ' >LLVM_COMPONENTS=( llvm cmake polly third-party ) > >function pre_src_unpack() { > LLVM_COMPONENTS=( llvm cmake polly third-party) > llvm.org_src_unpack >} > >function post_src_install() { > function polly_install() { > DESTDIR=${D} cmake_build tools/polly/install/strip > } > > multilib_foreach_abi polly_install >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 715612
:
697146
|
701571
|
757373
| 861218 |
861219
|
863850
|
863851
|
863852
|
863857
|
863858
|
864049
|
864050
|
864070
|
864071