1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00
llvm-mirror/utils/gn/build
Nico Weber e229277af2 [gn build] Add a script checking if sources in BUILD.gn and CMakeLists.txt files match.
Also fix a missing file in lib/Support/BUILD.gn found by the script.

The script is very stupid and assumes that CMakeLists.txt follow the standard
LLVM CMakeLists.txt formatting with one cpp source file per line. Despite its
simplicity, it works well in practice.

It would be nice if it also checked deps and maybe automatically applied its
suggestions.

Differential Revision: https://reviews.llvm.org/D54930

llvm-svn: 347925
2018-11-29 22:25:31 +00:00
..
libs Move a file I forgot to move in r347636. 2018-11-27 05:49:08 +00:00
toolchain
BUILD.gn
BUILDCONFIG.gn
buildflags.gni
mac_sdk.gni
sync_source_lists_from_cmake.py [gn build] Add a script checking if sources in BUILD.gn and CMakeLists.txt files match. 2018-11-29 22:25:31 +00:00
write_cmake_config.py