summaryrefslogtreecommitdiff
path: root/test/lit.common.configured.in
diff options
context:
space:
mode:
authorAlex Denisov <1101.debian@gmail.com>2016-04-16 07:03:45 +0000
committerAlex Denisov <1101.debian@gmail.com>2016-04-16 07:03:45 +0000
commit7af86a93d292a48be1f38df72a5fca78f354dcdb (patch)
treef887e68309cbfb3a1c55cef7ab83697b7c4a1868 /test/lit.common.configured.in
parent1e9990cc116021d2a606ad84b23502d2d4a15b52 (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/compiler-rt/trunk@266520 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/lit.common.configured.in')
-rw-r--r--test/lit.common.configured.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/lit.common.configured.in b/test/lit.common.configured.in
index 682ac3fa3..35aa78c98 100644
--- a/test/lit.common.configured.in
+++ b/test/lit.common.configured.in
@@ -1,5 +1,4 @@
-## Autogenerated by LLVM/Clang configuration.
-# Do not edit!
+@LIT_SITE_CFG_IN_HEADER@
# Set attribute value if it is unset.
def set_default(attr, value):