Package Details: llvm11-minimal 11.0.0-1

Git Clone URL: https://aur.archlinux.org/llvm11-minimal.git (read-only, click to copy)
Package Base: llvm11-minimal
Description: Collection of modular and reusable compiler and toolchain technologies
Upstream URL: https://llvm.org/
Licenses: custom:Apache 2.0 with LLVM Exception
Provides: clang-analyzer11, clang-tools-extra11, clang11, compiler-rt11, llvm11, spirv-llvm-translator11
Submitter: blackmoon3
Maintainer: blackmoon3
Last Packager: blackmoon3
Votes: 0
Popularity: 0.000000
First Submitted: 2023-03-05 04:26 (UTC)
Last Updated: 2023-03-06 04:58 (UTC)

Latest Comments

hheinzer commented on 2023-05-19 07:56 (UTC)

I am getting a build error:

In file included from /home/hhh/.cache/paru/clone/llvm11-minimal/src/llvm-project-llvmorg-11.0.0/llvm/lib/Support/Signals.cpp:14:
/home/hhh/.cache/paru/clone/llvm11-minimal/src/llvm-project-llvmorg-11.0.0/llvm/include/llvm/Support/Signals.h:117:8: error: variable or field ‘CleanupOnSignal’ declared void
  117 |   void CleanupOnSignal(uintptr_t Context);
      |        ^~~~~~~~~~~~~~~
/home/hhh/.cache/paru/clone/llvm11-minimal/src/llvm-project-llvmorg-11.0.0/llvm/include/llvm/Support/Signals.h:117:24: error: ‘uintptr_t’ was not declared in this scope
  117 |   void CleanupOnSignal(uintptr_t Context);
      |                        ^~~~~~~~~
/home/hhh/.cache/paru/clone/llvm11-minimal/src/llvm-project-llvmorg-11.0.0/llvm/include/llvm/Support/Signals.h:18:1: note: ‘uintptr_t’ is defined in header ‘<cstdint>’; did you forget to ‘#include <cstdint>’?
   17 | #include <string>
  +++ |+#include <cstdint>
   18 | 
In file included from /home/hhh/.cache/paru/clone/llvm11-minimal/src/llvm-project-llvmorg-11.0.0/llvm/lib/Support/Signals.cpp:220:
/home/hhh/.cache/paru/clone/llvm11-minimal/src/llvm-project-llvmorg-11.0.0/llvm/lib/Support/Unix/Signals.inc:348:44: error: ‘void llvm::sys::CleanupOnSignal(uintptr_t)’ should have been declared inside ‘llvm::sys’
  348 | void sys::CleanupOnSignal(uintptr_t Context) {
      |                                            ^
[142/4502] Building CXX object lib/TableGen/CMakeFiles/LLVMTableGen.dir/Record.cpp.o
ninja: build stopped: subcommand failed.
==> ERROR: A failure occurred in build().
    Aborting...

Is this the right place to post this?