[gn build] (manually) port 6c1a9fb174

This commit is contained in:
Nico Weber 2020-04-06 16:50:02 -04:00
parent a0222ac1f9
commit 0c9f750a13
1 changed files with 2 additions and 1 deletions

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",