Closed shaobo-he closed 3 years ago
@shaobo-he Could you please update installation.md
to reflect the updated LLVM and clang versions?
Please do that so that we can merge this. Thanks!
@shaobo-he Could you please update
installation.md
to reflect the updated LLVM and clang versions? Please do that so that we can merge this. Thanks!
Done.
@shaobo-he could we keep demangling and introduce a command line option for it? I guess you removed it since it was messing up SVCOMP. Is that right? To me this seems like a nice functionality to have when manually debugging traces. No? Thx!
@shaobo-he could we keep demangling and introduce a command line option for it? I guess you removed it since it was messing up SVCOMP. Is that right? To me this seems like a nice functionality to have when manually debugging traces. No? Thx!
I removed it because I was kind of dumb to run demangler for each token (i.e., function name and variable name) :D We can run demangler just once and it shouldn't cause too much performance degration. If it looks reasonable, then I can bring this functionality back.
Got it. Sure, it would be nice to have it I think.
Oh, I think you forgot to update the documentation (installation) to the new LLVM version.