[PATCH] D49950: [Polly][JSONExporter] Replace bundled Jsoncpp with LLVM's JSON.h. NFC.

Michael Kruse via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 27 18:14:22 PDT 2018


Meinersbur updated this revision to Diff 157821.
Meinersbur added a comment.

- Rebase


Repository:
  rPLO Polly

https://reviews.llvm.org/D49950

Files:
  CMakeLists.txt
  cmake/FindJsoncpp.cmake
  cmake/PollyConfig.cmake.in
  lib/CMakeLists.txt
  lib/Exchange/JSONExporter.cpp
  lib/External/JSON/LICENSE.txt
  lib/External/JSON/include/json/autolink.h
  lib/External/JSON/include/json/config.h
  lib/External/JSON/include/json/features.h
  lib/External/JSON/include/json/forwards.h
  lib/External/JSON/include/json/json.h
  lib/External/JSON/include/json/reader.h
  lib/External/JSON/include/json/value.h
  lib/External/JSON/include/json/writer.h
  lib/External/JSON/json_batchallocator.h
  lib/External/JSON/json_internalarray.inl
  lib/External/JSON/json_internalmap.inl
  lib/External/JSON/json_reader.cpp
  lib/External/JSON/json_value.cpp
  lib/External/JSON/json_valueiterator.inl
  lib/External/JSON/json_writer.cpp
  lib/External/JSON/sconscript

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D49950.157821.patch
Type: text/x-patch
Size: 200584 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180728/5a1c5332/attachment-0001.bin>


More information about the llvm-commits mailing list