summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2025-05-28Re-enable all projects; only increases build time by 20%Donald Carr
2025-05-28Bump to 20.1.6Donald Carr
2025-05-15Move to _core configuration by defaultDonald Carr
2025-05-15Bump to 20.1.5Donald Carr
2025-04-29Bump to 20.1.4Donald Carr
2025-04-24Move to MinSizeRelDonald Carr
2025-04-15Bump to 20.1.3Donald Carr
2025-04-03update to 20.1.2Donald Carr
2025-03-18Bump to 20.1.1Donald Carr
2025-03-04Building modules still brokenDonald Carr
/opt/vortex/makepkg/clang-prefixed-release/src/llvm-project-llvmorg-20.1.0/llvm/include/llvm/IR/IntrinsicInst.h:79:10: error: duplicate case value 'maximum' 79 | case Intrinsic::maximumnum: | ^ /opt/vortex/makepkg/clang-prefixed-release/src/llvm-project-llvmorg-20.1.0/llvm/include/llvm/IR/IntrinsicInst.h:77:10: note: previous case defined here 77 | case Intrinsic::maximum: | ^ /opt/vortex/makepkg/clang-prefixed-release/src/llvm-project-llvmorg-20.1.0/llvm/include/llvm/IR/IntrinsicInst.h:80:10: error: duplicate case value 'minimum' 80 | case Intrinsic::minimumnum: | ^ /opt/vortex/makepkg/clang-prefixed-release/src/llvm-project-llvmorg-20.1.0/llvm/include/llvm/IR/IntrinsicInst.h:78:10: note: previous case defined here 78 | case Intrinsic::minimum: | ^ /opt/vortex/makepkg/clang-prefixed-release/src/llvm-project-llvmorg-20.1.0/llvm/include/llvm/IR/IntrinsicInst.h:1282:46: error: no member named 'experimental_memset_pattern'in namespace 'llvm::Intrinsic' 1282 | return I->getIntrinsicID() == Intrinsic::experimental_memset_pattern; | ~~~~~~~~~~~^ /opt/vortex/makepkg/clang-prefixed-release/src/llvm-project-llvmorg-20.1.0/llvm/include/llvm/IR/IntrinsicInst.h:1294:46: error: no member named 'experimental_memset_pattern'in namespace 'llvm::Intrinsic' 1294 | return I->getIntrinsicID() == Intrinsic::experimental_memset_pattern; | ~~~~~~~~~~~^ While building module 'LLVM_MC' imported from /opt/vortex/makepkg/clang-prefixed-release/src/llvm-project-llvmorg-20.1.0/bolt/lib/Utils/Utils.cpp:15: While building module 'LLVM_IR' imported from /opt/vortex/makepkg/clang-prefixed-release/src/llvm-project-llvmorg-20.1.0/llvm/include/llvm/MC/MCPseudoProbe.h:63: In file included from <module-includes>:40: In file included from /opt/vortex/makepkg/clang-prefixed-release/src/llvm-project-llvmorg-20.1.0/llvm/include/llvm/IR/FixedPointBuilder.h:20: /opt/vortex/makepkg/clang-prefixed-release/src/llvm-project-llvmorg-20.1.0/llvm/include/llvm/IR/IRBuilder.h:1039:45: error: no member named 'minimumnum' in namespace 'llvm::Intrinsic'; did you mean 'minimum'? 1039 | return CreateBinaryIntrinsic(Intrinsic::minimumnum, LHS, RHS, nullptr, | ~~~~~~~~~~~^~~~~~~~~~ | minimum /usr/include/llvm/IR/IntrinsicEnums.inc:249:5: note: 'minimum' declared here 249 | minimum, // llvm.minimum | ^ While building module 'LLVM_MC' imported from /opt/vortex/makepkg/clang-prefixed-release/src/llvm-project-llvmorg-20.1.0/bolt/lib/Utils/Utils.cpp:15: While building module 'LLVM_IR' imported from /opt/vortex/makepkg/clang-prefixed-release/src/llvm-project-llvmorg-20.1.0/llvm/include/llvm/MC/MCPseudoProbe.h:63: In file included from <module-includes>:40: In file included from /opt/vortex/makepkg/clang-prefixed-release/src/llvm-project-llvmorg-20.1.0/llvm/include/llvm/IR/FixedPointBuilder.h:20: /opt/vortex/makepkg/clang-prefixed-release/src/llvm-project-llvmorg-20.1.0/llvm/include/llvm/IR/IRBuilder.h:1045:45: error: no member named 'maximumnum' in namespace 'llvm::Intrinsic'; did you mean 'maximum'? 1045 | return CreateBinaryIntrinsic(Intrinsic::maximumnum, LHS, RHS, nullptr, | ~~~~~~~~~~~^~~~~~~~~~ | maximum /usr/include/llvm/IR/IntrinsicEnums.inc:239:5: note: 'maximum' declared here 239 | maximum, // llvm.maximum | ^
2025-03-04Attempt to get modules buildingDonald Carr
2025-03-04Bump to 20.1Donald Carr
2025-02-27update to 20.1.0 rc3Donald Carr
2025-02-12update to 20.1 rc2Donald Carr
2025-02-01Bump to clang 20.1.0-rc1Donald Carr
2025-01-25Bump to 19.1.7Donald Carr
2024-12-17bump to 19.1.6Donald Carr
2024-10-15Bump to 19.1.2Donald Carr
2024-09-17Update to 19.1.0Donald Carr
2024-08-20Upgrade to 19 rc3Donald Carr
2024-08-07Bunmp to rc2Donald Carr
2024-08-02upgrqade to rc1Donald Carr
2024-06-26Add libunwind to dependenciesDonald Carr
2024-06-20Bump to 18.1.8Donald Carr
2024-04-20Bump to 18.1.4Donald Carr
2024-04-04Always reset pkgrel on updateDonald Carr
2024-04-03update srcinfoDonald Carr
2024-04-03Update to 18.1.3Donald Carr
2024-04-01Go back to dynamicDonald Carr
2024-04-01Move to static buildsDonald Carr
2024-03-21fix checksumDonald Carr
2024-03-21Bump to 18.1.2Donald Carr
2024-03-21Give meaningful pkgdescDonald Carr
2024-03-09Move to 18.1.1Donald Carr
2024-03-07readd modules now that Arch's clang 17 can compile itDonald Carr
2024-03-06Attempt to get self hosting compilerDonald Carr
2024-03-05Update to 18.1 finalDonald Carr
2024-02-27Update to 18.1 rc4Donald Carr
2024-02-27We can build with Arch's 16.0.6, just not libcDonald Carr
2024-02-20Still only builds with gccDonald Carr
2024-02-20update to clang 18 rc3Donald Carr
2024-02-15Attempt full lto with gccDonald Carr
2024-02-15Attempt to clean up clang recipe; Get makepkg CFLAGS into use & move ↵Donald Carr
non-clang specific changes out of clang
2024-02-07update to rc2Donald Carr
2024-02-07bump to rc2Donald Carr
2024-01-29Attempt to get clang 18.0.1 building with gcc 13Donald Carr
2024-01-29update to 18.0.1rc1Donald Carr
2023-12-03Update to 17.0.6Donald Carr
2023-11-22Stick with defaulting to compiling with clang since gcc 13 is equally ↵Donald Carr
broken; people can change the bool to chose their breakage
2023-11-22Go ahead and restrict all specialization to clang pathDonald Carr