Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in llvm

std::optional<std::unique_ptr<int>> is not constexpr?

How does Clang find it's default sysroot / target triple? (clang-tidy has stopped working)

clang llvm clang-tidy

Append a copy of std::vector to the end of itself [duplicate]

c++ gcc iterator clang llvm

Converting LLVM IR to Java Bytecode

Is it correct to assign a slice_array to another slice_array?

c++ c++14 llvm valarray

Clang libtooling: determine macro expansion location

clang llvm libtooling

LLVM How to get return value of an instruction

c++ llvm

How to create Loop object on the LLVM?

Julia: Julia 1.9.0 :ERROR: LoadError: Unable to open libLLVM! when llvm is installed in Windows environment

julia llvm windows-11

How to build LLVM doxygen in HTML ? I tried but failed

clang llvm doxygen

What is the difference between an assembly file, object file, and binary file?

compilation clang llvm

lldb: how to get calling function(s)?

objective-c llvm lldb

Emit the llvm-ir bytecode from my llvm pass

How to get loopinfo in Module Pass

llvm llvm-ir

Why does the correct implementation of std::addressof require compiler support?

c++ c++11 gcc visual-c++ llvm

IR LLVM form vs assembly

c++ x86 clang llvm llvm-ir

How do I see what optimisation passes are used by LLVM's opt?

optimization llvm

Bazel build failed for `does not contain a toolchain for cpu 'darwin_arm64'`

Cmake and ninja rebuild unnecessary files

c++ build cmake llvm ninja