summaryrefslogtreecommitdiff
path: root/test/ubsan
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/ubsan
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/ubsan')
-rw-r--r--test/ubsan/lit.site.cfg.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/ubsan/lit.site.cfg.in b/test/ubsan/lit.site.cfg.in
index 14b0fd20d..d8242163a 100644
--- a/test/ubsan/lit.site.cfg.in
+++ b/test/ubsan/lit.site.cfg.in
@@ -1,3 +1,5 @@
+@LIT_SITE_CFG_IN_HEADER@
+
# Tool-specific config options.
config.ubsan_lit_test_mode = "@UBSAN_LIT_TEST_MODE@"
config.target_cflags = "@UBSAN_TEST_TARGET_CFLAGS@"