1 ## Autogenerated by LLVM/Clang configuration. 2 # Do not edit! 3 4 # Load common config for all compiler-rt lit tests. 5 lit.load_config(config, "@COMPILER_RT_BINARY_DIR@/lib/lit.common.configured") 6 7 # Tool-specific config options. 8 config.asan_source_dir = "@ASAN_SOURCE_DIR@" 9 config.bits = "64" 10 11 # Load tool-specific config that would do the real work. 12 lit.load_config(config, "@ASAN_SOURCE_DIR@/lit_tests/lit.cfg") 13