[llvm-dev] RFC: Adding a JSON library to LLVM Support
Michael Kruse via llvm-dev
llvm-dev at lists.llvm.org
Mon Oct 30 06:07:31 PDT 2017
2017-10-27 21:53 GMT+02:00 Sam McCall via llvm-dev <llvm-dev at lists.llvm.org>:
> We don't have a dedicated JSON library in the LLVM tree, I'd like to add
> one. The pressing need is for clangd, but we have other tools that
> read/write JSON too.
Polly has JsonCpp (https://github.com/open-source-parsers/jsoncpp, MIT
licensed) in its source tree, or optionally uses the one installed on
the host system.
If we add an "official" one, Polly might use it as well.
Michael
More information about the llvm-dev
mailing list