You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to generate the LLVM bitcode for the ROS package. Tried to used the target_compile_options in the CMakeList.txt but it not emitting the llvm bitcode.
Is this option supported or not in the catkin build tool.
catkin_tools just invokes cmake, so you should be able to do anything that you can do with cmake. catkin (this project) is a helper library that makes some parts of compiling projects easier, but not required.
Ok the problem is that while building from catkin. It is using /usr/bin/c++ instead of clang++.
Below is the cmake file which I am using to emit a llvm bitcode for a small sample ros package called testcrash. @Rayman can you please suggest if I am missing anything.
I am trying to generate the LLVM bitcode for the ROS package. Tried to used the target_compile_options in the CMakeList.txt but it not emitting the llvm bitcode.
Is this option supported or not in the catkin build tool.
Note : Also as per the http://wiki.ros.org/catkin/CMakeLists.txt the option is not supported. Just wanted to confirm regarding this.
The text was updated successfully, but these errors were encountered: