summaryrefslogtreecommitdiff
path: root/test/Unit
diff options
context:
space:
mode:
authorAlex Denisov <1101.debian@gmail.com>2016-04-16 06:47:41 +0000
committerAlex Denisov <1101.debian@gmail.com>2016-04-16 06:47:41 +0000
commitb677706043fa003866c57c8d3ec5e4e2ef803130 (patch)
tree176bf13a21d9ae34f886e4271b4bda19476d14ae /test/Unit
parentd7628daffa022c931ceb45de640d3ff8522d9912 (diff)
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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@266515 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Unit')
-rw-r--r--test/Unit/lit.site.cfg.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Unit/lit.site.cfg.in b/test/Unit/lit.site.cfg.in
index dd8de489513..9d736f473ce 100644
--- a/test/Unit/lit.site.cfg.in
+++ b/test/Unit/lit.site.cfg.in
@@ -1,7 +1,7 @@
+@LIT_SITE_CFG_IN_HEADER@
+
import sys
-## Autogenerated by LLVM/Clang configuration.
-# Do not edit!
config.llvm_src_root = "@LLVM_SOURCE_DIR@"
config.llvm_obj_root = "@LLVM_BINARY_DIR@"
config.llvm_tools_dir = "@LLVM_TOOLS_DIR@"