python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Why does llvm-config disables exceptions for me?
I was compiling a code using LLVM and it failed compiling:
In file included from main.cpp:8:
In file included from /usr/lib/llvm-12/include/llvm/IR/LLVMContext.h:19:
In file included from /usr/lib/llv...
ar2015
Votes: 0
Answers: 0
Undefined reference to klee when building s2e
I'm trying to start a new prject and build s2e in a new directory. But at arounf the 100% mark, it gives me an undefined reference error. The relevant part (imo) is this:
[ 92%] Linking CXX executabl...
mrZ
Votes: 0
Answers: 1
clang - Verify embeding of bitcode
I'm currently compiling the libint library. This release to be specific. During the process, an libint2.a archive is created.
I'd like to add the right compile flags such that the llvm-bc will be embe...
ZuseZ3
Votes: 0
Answers: 0