1 ## Autogenerated by LLVM/Clang configuration. 2 # Do not edit! 3 4 # Tool-specific config options. 5 config.name_suffix = "@ASAN_TEST_CONFIG_SUFFIX@" 6 config.asan_lit_source_dir = "@ASAN_LIT_SOURCE_DIR@" 7 config.target_cflags = "@ASAN_TEST_TARGET_CFLAGS@" 8 config.clang = "@ASAN_TEST_TARGET_CC@" 9 config.llvm_tools_dir = "@LLVM_TOOLS_BINARY_DIR@" 10 config.bits = "@ASAN_TEST_BITS@" 11 config.android = "@ANDROID@" 12 config.asan_dynamic = @ASAN_TEST_DYNAMIC@ 13 config.target_arch = "@ASAN_TEST_TARGET_ARCH@" 14 15 # Load common config for all compiler-rt lit tests. 16 lit_config.load_config(config, "@COMPILER_RT_BINARY_DIR@/test/lit.common.configured") 17 18 # Load tool-specific config that would do the real work. 19 lit_config.load_config(config, "@ASAN_LIT_SOURCE_DIR@/lit.cfg") 20