1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00

[gn build] (manually) port 6c1a9fb174ac3c

This commit is contained in:
Nico Weber 2020-04-06 16:50:02 -04:00
parent a7c0f6ef21
commit f49ec0a09d

View File

@ -21,7 +21,8 @@ write_cmake_config("llvm-lit") {
# llvm-lit contains a mapping from each lit.cfg.py file to the corresponding
# generated llvm.site.cfg.py file, so llvm-lit depends on all the targets to
# generate the site.cfg.py file.
config_map = ""
# FIXME: Write relative paths for path()s.
config_map = "def path(p): return p if p else \"\"\n"
deps += [
"//clang-tools-extra/test:lit_site_cfg",