Top "Llvm" questions

The LLVM Project is a collection of modular and reusable compiler and toolchain technologies.

Why does clang/llvm on windows require Visual Studio's Link.exe?

According to LLVM's Getting Started (Windows) site: ... Clang can be used to emit bitcode, directly emit object files or even …

windows linker llvm clang llc
Out-of-Line Virtual Method

What exactly is a out-of-line virtual method and why does it affect link times? LLVM Coding Standards says If a …

c++ linker virtual llvm
LTO with LLVM and CMake

I am trying to apply Link Time Optimization with LLVM on a CMake Project, that creates a shared library. My …

c++ cmake clang llvm lto
How to affect Delphi XEx code generation for Android/ARM targets?

Update 2017-05-17. I no longer work for the company where this question originated, and do not have access to …

android delphi android-ndk arm llvm
How to make AddressSanitizer not stop after one error (and other issues)

I'm running OS X, 10.8.5; I've installed llvm 3.4 via homebrew (clang version 3.4 (tags/RELEASE_34/final) ), and I'm building with -fsanitize=address. …

macos clang llvm address-sanitizer
LLVM equivalent of gcc -D macro definition on commandline

I am looking for LLVM (or clang) equivalent of gcc's -D flag which enables macro definition at commandline. Any pointers …

llvm clang llvm-gcc
Any tutorial on libclang?

I've been looking for some easy to understand guide into libclang. I've seen some threads either here or other forums …

llvm libclang
What does the clang -cc1 option do?

I'm a newbie in clang. I have read a paper about source to source transformation from cuda to opencl using …

compiler-construction llvm clang
Call LLVM Jit from c program

I have generated a bc file with the online compiler on llvm.org, and I would like to know if …

llvm jit llvm-ir
Is it possible to make Node.js use Rhino as the Javascript engine?

I use Node.js for several jobs on my web apps and so far everthing's ok. But the Node.js …

node.js rhino llvm v8 powerpc