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
Checking if a function argument is a global variable in LLVM
This question is similar to the question posted a few years back (Tracing global variables use in llvm), but it went unanswered (also I could not implement what comment suggested in that post). I want...
Jay
Votes: 0
Answers: 1
What does AP stand for in llvm::APFloat and llvm::APInt?
https://llvm.org/doxygen/classllvm_1_1APFloat.html
https://llvm.org/doxygen/classllvm_1_1APInt.html
I'd appreciate if you could answer the question.
user17810163
Votes: 0
Answers: 1