removed redundant lit variable

Thanks Alexey!

llvm-svn: 208747
This commit is contained in:
Greg Fitzgerald 2014-05-14 01:04:17 +00:00
parent 320713ffbe
commit 5a1cf70ac3
1 changed files with 0 additions and 1 deletions

View File

@ -3,7 +3,6 @@ lit_config.load_config(config, "@COMPILER_RT_BINARY_DIR@/test/lit.common.configu
# Tool-specific config options.
config.ubsan_lit_test_mode = "@UBSAN_LIT_TEST_MODE@"
config.target_cflags = "@COMPILER_RT_TEST_COMPILER_CFLAGS@"
# Load tool-specific config that would do the real work.
lit_config.load_config(config, "@UBSAN_LIT_TESTS_DIR@/lit.common.cfg")