[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
Tue Jul 31 17:15:45 PDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL338461: [JSONExporter] Replace bundled Jsoncpp with llvm/Support/JSON.h. NFC. (authored by Meinersbur, committed by ).

Repository:
  rL LLVM

https://reviews.llvm.org/D49950

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D49950.158426.patch
Type: text/x-patch
Size: 201478 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180801/8c92f721/attachment-0001.bin>


More information about the llvm-commits mailing list