Search code examples
Is there a way to make Clang output LLVM IR alongside executable?...

compilationclangclang++llvm-clangllvm-ir

Read More
How to compile LLVM/Clang for Android?...

androidandroid-ndkclangcross-compilingllvm-clang

Read More
How to compile OpenCL Kernels to SPIR-V using Clang...

clangopenclllvm-clangvulkanspir-v

Read More
LLVM - How AST can be transformed to IR...

llvmllvm-clangllvm-gccllvm-ir

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

llvmcompiler-optimizationllvm-clangllc

Read More
Clang doesn't see basic headers...

c++c++11clangclang++llvm-clang

Read More
compile binary with afl-clang-fast with custom LLVM IR passes...

clangllvmllvm-clangllvm-iramerican-fuzzy-lop

Read More
std::to_chars compile but not linking on MacOS / clang...

c++macosclang++llvm-clangundefined-symbol

Read More
How to get the textual representation of an LLVM IR instruction?...

llvmllvm-clangllvm-ir

Read More
What do you need to install to use Clang on windows to build c++14 for 64 bit?...

windowsc++11gccclang++llvm-clang

Read More
How to create category for external headers in clang-format?...

c++regexclangllvm-clangclang-format

Read More
llvm Linking CXX shared library ../../lib/libLTO.so undefiened refernece to target...

llvmllvm-clanghalide

Read More
Clang Tool (libtooling): set header search path to standard libs headers. Foundation framework...

c++compilationincludeheader-filesllvm-clang

Read More
How do I cross-compile LLVM/Clang for AArch64 on x64 host?...

cross-compilingllvm-clangarm64raspberry-pi4

Read More
Clang VS VC++:"error: declaration of 'T' shadows template parameter"...

c++templatesllvm-clang

Read More
Clang C++ Cross Compiler - Generating Windows Executable from Mac OS X...

c++windowsmacosclangllvm-clang

Read More
How to make the LLVM Opt tool to report which analysis passes successfully used by each optimization...

optimizationllvmllvm-clangllvm-irbitcode

Read More
Unable to get the names of the functions called by call instructions in LLVM pass...

clangllvmclang++llvm-clangllvm-ir

Read More
Are loops allowed in Linux's BPF programs?...

llvm-clangbpfebpf

Read More
LLVM with CUDA inline assembly...

c++cudallvm-clang

Read More
What standard C library does Clang use? glibc, its own, or some other one?...

printfglibcllvm-clanglibcc-standard-library

Read More
clang-format: How to keep each element of constructor's initializer list on a separate line...

c++llvm-clangclang-format

Read More
Is it possible to compile & link Clang/LLVM using the gold linker?...

cmakeclangllvmllvm-clanggold-linker

Read More
How to find the version of installed library in Python?...

pythonpython-3.xclangpython-importllvm-clang

Read More
ASTContext::getParents() - Ancestors or Parents?...

llvm-clang

Read More
Getting clang-tidy to fix header files...

c++clang++llvm-clangautomated-refactoringclang-tidy

Read More
Can clang produce an AST dump and a binary in the same run...

xcodeclangllvmabstract-syntax-treellvm-clang

Read More
No Emscripten, How to Compile C++ With Standard Library to WebAssembly...

c++compilationllvm-clangwebassembly

Read More
LLVM address sanitizer with CMake...

c++cmakellvm-clangaddress-sanitizer

Read More
Get filename and location from Function...

llvmclang++llvm-clangllvm-irllvm-3.0

Read More
BackNext