aboutsummaryrefslogtreecommitdiff
path: root/development/llvm-opt
AgeCommit message (Collapse)Author
2025-12-06development/llvm-opt: Use '-exec command {} +'Ruoh-Shoei LIN
- using '-exec command {} +' instead of '-exec command ;'. Thanks to Lockywolf. Signed-off-by: Ruoh-Shoei LIN <lin.ruohshoei+sbo@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2025-11-08development/llvm-opt: Use compiler-rt when linking.Andrew Clemons
On i?86, clang will emit references to __mulodi4 and __atomic_store which will then fail to be linked if we use libgcc. This is only required on 32bit. Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2025-11-08development/llvm-opt: Only link with lld on x86_64.Andrew Clemons
The slackbuild for llvm on slackware 15.0 32bit does not build lld, so we cannot use it for linking there. Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2025-11-08development/llvm-opt: Added (LLVM compiler toolkit).Ruoh-Shoei LIN
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>