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
Shoaib Meenai 2d56ac1f2c [gn build] Fix defines define on Windows
On Windows, we won't go into the `host_os != "win"` block, so `defines`
won't have been defined, and we'll run into an undefined identifier
error when we try to later append to it. Unconditionally define it at
the start and append to it everywhere else.

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

llvm-svn: 348993
2018-12-12 23:57:21 +00:00
..
libs [gn build] Add all non-test build files for lld 2018-12-12 17:57:10 +00:00
toolchain
BUILD.gn [gn build] Fix defines define on Windows 2018-12-12 23:57:21 +00:00
BUILDCONFIG.gn
buildflags.gni
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
sync_source_lists_from_cmake.py [gn build] Set +x bit on .py files in llvm/utils/gn/build. 2018-11-29 22:56:40 +00:00
write_cmake_config.py [gn build] Process .def.in files in llvm/Config and add lib/Target/BUILD.gn 2018-12-06 17:42:35 +00:00
write_vcsrevision.py [gn build] Add action to generate VCSRevision.h and use it to add llvm/lib/Object/BUILD.gn 2018-12-01 00:02:39 +00:00