Remove debug print

llvm-svn: 201544
This commit is contained in:
Alexey Samsonov 2014-02-18 07:30:37 +00:00
parent 9a1ffce25a
commit 4dcbe7e959
1 changed files with 0 additions and 1 deletions

View File

@ -5,5 +5,4 @@ lit_config.load_config(config, "@COMPILER_RT_BINARY_DIR@/test/lit.common.configu
config.ubsan_lit_tests_dir = "@UBSAN_LIT_TESTS_DIR@"
# Load tool-specific config that would do the real work.
print config.ubsan_lit_tests_dir
lit_config.load_config(config, "@UBSAN_LIT_TESTS_DIR@/AsanConfig/lit.cfg")