Distinguish 32-bit ASan from 64-bit ASan in lit configs
authorAlexey Samsonov <samsonov@google.com>
Wed, 7 Aug 2013 09:31:28 +0000 (09:31 +0000)
committerAlexey Samsonov <samsonov@google.com>
Wed, 7 Aug 2013 09:31:28 +0000 (09:31 +0000)
llvm-svn: 187878

compiler-rt/lib/asan/lit_tests/lit.cfg

index 1e78436e86f1974576e276570bbcbca83cc33dba..815452dd916fcb5b5d9994505ef3bd04c1db1b59 100644 (file)
@@ -11,7 +11,7 @@ def get_required_attr(config, attr_name):
   return attr_value
 
 # Setup config name.
-config.name = 'AddressSanitizer'
+config.name = 'AddressSanitizer' + config.bits
 
 # Setup source root.
 config.test_source_root = os.path.dirname(__file__)