Skip to content

empty macro define lead to compile klee fail? #278

Answered by alexey-utkin
llmagic asked this question in Q&A
Discussion options

You must be logged in to vote

@llmagic Thank you for your report!
It seems that the problem comes from the bear utility. The bear is used to capture the compiler setup. We are trying to localize and fix the problem, you can monitor the progress in the issue .
As work around you can manually correct the lines like this

       "command": "/utbot_distr/install/bin/clang++ -DEXPORTS=\"\"  -std=gnu++11 -o CMakeFiles/example1.dir/main.cpp.o -c /home/utbot/tmp/dev/example1/main.cpp",

from compile_commands.json to

       "command": "/utbot_distr/install/bin/clang++ -DEXPORTS=  -std=gnu++11 -o CMakeFiles/example1.dir/main.cpp.o -c /home/utbot/tmp/dev/example1/main.cpp",

Replies: 0 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by llmagic
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants