summaryrefslogtreecommitdiffstats
path: root/lld/test/Unit
diff options
context:
space:
mode:
authorAlex Denisov <1101.debian@gmail.com>2016-04-16 07:09:39 +0000
committerAlex Denisov <1101.debian@gmail.com>2016-04-16 07:09:39 +0000
commitbb241249df0fa5b99764969924dff89c2d11cdd9 (patch)
tree0fbca7770a4b650770ef55356d16b48fa4d11405 /lld/test/Unit
parenta3f5c4c047b29f4308c73502360c848107b073c6 (diff)
downloadbcm5719-llvm-bb241249df0fa5b99764969924dff89c2d11cdd9.tar.gz
bcm5719-llvm-bb241249df0fa5b99764969924dff89c2d11cdd9.zip
Replace hardcoded comment at 'lit.site.cfg.in'
At the moment almost every lit.site.cfg.in contains two lines comment: ## Autogenerated by LLVM/Clang configuration. # Do not edit! The patch adds variable LIT_SITE_CFG_IN_HEADER, that is replaced from configure_lit_site_cfg with the note and some useful information. llvm-svn: 266521
Diffstat (limited to 'lld/test/Unit')
-rw-r--r--lld/test/Unit/lit.site.cfg.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/lld/test/Unit/lit.site.cfg.in b/lld/test/Unit/lit.site.cfg.in
index 74c5eca9115..c2f3054a2d5 100644
--- a/lld/test/Unit/lit.site.cfg.in
+++ b/lld/test/Unit/lit.site.cfg.in
@@ -1,5 +1,5 @@
-## Autogenerated by LLVM/lld configuration.
-# Do not edit!
+@LIT_SITE_CFG_IN_HEADER@
+
config.llvm_src_root = "@LLVM_SOURCE_DIR@"
config.llvm_obj_root = "@LLVM_BINARY_DIR@"
config.llvm_tools_dir = "@LLVM_TOOLS_DIR@"
OpenPOWER on IntegriCloud