forked from OSchip/llvm-project
[gn build] (manually) port 6c1a9fb174
This commit is contained in:
parent
a0222ac1f9
commit
0c9f750a13
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue