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 5321e96990 gn build: Stop passing -DLLVM_LIBXML2_ENABLED to some targets
This is a remnant from before the gn build had a working config.h.

Defining LLVM_LIBXML2_ENABLED only for targets that depend on build/libs/xml is
nice in that only some of the codebase needs to be rebuilt when
llvm_enable_libxml2 changes -- but config.h already defines it and defining it
there and then redundantly a second time for some targets is worse than having
it just in config.h.

No behavior change.

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

llvm-svn: 351758
2019-01-21 18:59:11 +00:00
..
libs gn build: Stop passing -DLLVM_LIBXML2_ENABLED to some targets 2019-01-21 18:59:11 +00:00
toolchain gn build: unbreak mac (and maybe win) after r351258, r351277 2019-01-18 04:09:30 +00:00
BUILD.gn gn build: Move target flags from toolchain to a .gni file. 2019-01-15 21:24:00 +00:00
BUILDCONFIG.gn gn build: Rename llvm_host_triple to llvm_current_triple and have it use current_{cpu,os}. 2019-01-15 08:20:29 +00:00
buildflags.gni
fuzzer.gni [gn build] Add fuzzers in llvm/tools that are needed for check-llvm 2019-01-02 18:13:14 +00:00
mac_sdk.gni
run_tablegen.py [gn build] Set +x bit on .py files in llvm/utils/gn/build. 2018-11-29 22:56:40 +00:00
symlink_or_copy.gni [gn build] Add infrastructure to create symlinks and use it to create lld's symlinks 2018-12-14 00:16:33 +00:00
symlink_or_copy.py [gn build] Add infrastructure to create symlinks and use it to create lld's symlinks 2018-12-14 00:16:33 +00:00
sync_source_lists_from_cmake.py [gn build] Make sync_source_lists_from_cmake.py check that all LLVM unittests are present 2019-01-08 15:17:19 +00:00
write_cmake_config.gni gn build: s/root_out_dir/root_build_dir/g in llvm/utils/gn/build/write_cmake_config.gni. 2019-01-11 19:51:49 +00:00
write_cmake_config.py Make the write_cmake_config.py script python3-compatible 2019-01-09 10:49:44 +00:00
write_vcsrevision.py gn build: Use "git rev-parse --git-dir" to discover the path to the .git directory. 2019-01-10 21:57:07 +00:00