p4-team/ctf

ccls-fringe

Closed this issue · 3 comments

May I ask how did you call ccls::Deserialize in main? What compile options did you use to link against ccls?

hwhxy commented

how to 'order them based on where they appear in the code' ?

hwhxy commented

ok i fix it , from spell and extent ...

@MaskRay At first, I tried compiling a separate binary and linking with some .cc files from ccls, however it turned out to be really hard because of LLVM stuff.
To avoid this errors, I've replaced contents of main function in main.cc (from ccls) and recompiled the main binary.