Standard library not detected in my custom Clang Tool
I have the following code (Want to Develop a CXX refactoring tool)
Troubleshooting LLVM Passes: Resolving ‘aa’ and ‘memdep’ Pass Not Found Errors
I ran the following code to get the .bc file for my cpp source code
Obtain LLVM IR after linking with C++ STD library?
I am trying to analyse instruction count of a C++ program using LLVM passes. Issue is the when i use function from standard library like sqrt() from cmath, the LLVM IR does not contain the instructions from sqrt() but instead represents it like