Search code examples
Linker error: /usr/bin/ld: cannot find -lcudart_static while trying to compile CUDA code with clang...


c++cudaclanggpullvm

Read More
Using libclang, is there a way to know if a closure type was introduced in the context of the initia...


c++clangllvmlibclang

Read More
Cannot set breakpoints in LLDB and/or VSCode...


clangllvmlldb

Read More
Flags or arguments to configure Clangd in VS Code...


c++llvmclangd

Read More
Is LLVM a typical virtual machine?...


c++llvm

Read More
Why am I getting a 256-bit arithmetic error: "unsigined _BitInt of bit sizes greater than 128 n...


c++clangllvmclang++c++23

Read More
Why is clang/llvm throwing me this error using Bazel while building carbon...


clangllvmcarbon-lang

Read More
How to update LLVM and Clang on Mac OS X...


xcodemacososx-lionllvmclang

Read More
How to get pointer level in LLVM 17 with opaque pointer enabled?...


clangllvmllvm-ir

Read More
Could use memcpy or memset in ebpf prog ?...


clangllvmebpf

Read More
Exporting functions from LLVM C++ API to WebAssembly...


c++clangllvmwebassemblyllvm-c++-api

Read More
how to get LLVM opt to output MIR to be passed to llc?...


llvmcompiler-optimizationllvm-clangllc

Read More
Clang LibTooling doesn't process any source files...


c++clangllvmlibclanglibtooling

Read More
Decreasing size of built LLVM binaries...


cmakellvm

Read More
LLVM C++ IDE for Windows...


c++windowsidellvmclang

Read More
What's LLVMBlockAddress() first argument?...


llvm

Read More
Clang Tidy fails with error: no such file or directory: '/ARG'; did you mean '/ARG'?...


cmakeclangllvmninjaclang-tidy

Read More
ensure you have llvm-symbolizer in your PATH or set the environment var LLVM_SYMBOLIZER_PATH to poin...


c++clangllvmemscripten

Read More
What are the benefits to using a bootstrapped compiler versus the same compiler built using the syst...


clangllvmbootstrapping

Read More
What does ORC stand for in LLVM?...


llvm

Read More
How to run code on a GPU?...


c++llvmgpu

Read More
How to make AddressSanitizer not stop after one error (and other issues)...


macosclangllvmaddress-sanitizer

Read More
"junk at end of line" when assembling .s file compiled from C++ file using Clang and LLVM,...


windowsassemblygccclangllvm

Read More
Getting the under type using getUnqualifiedDesugaredType() function from CLANG...


c++parsingclangllvmabstract-syntax-tree

Read More
undefined reference to `LLVMLinkInMCJIT'...


c++compilationclangllvmllvm-c++-api

Read More
no matching function for call to ‘llvm::orc::ExecutorSymbolDef::ExecutorSymbolDef(llvm::JITEvaluated...


c++cmakemakefilebuildllvm

Read More
How to convert LLVM IR to other Intermediate Representations?...


llvmwebassemblyllvm-irintermediate-code

Read More
using clang to generate .o files for .i files generated by gcc, errors occur...


gccclangllvm

Read More
LLVM API produces invalid IR for ptr type...


pointerscompilationocamlllvmllvm-ir

Read More
How to get the complete type as string with namespace info (if any) from the Decl/ParmDecl...


c++clangllvmlibtooling

Read More
BackNext