projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4431d2d
)
Distinguish 32-bit ASan from 64-bit ASan in lit configs
author
Alexey Samsonov
<samsonov@google.com>
Wed, 7 Aug 2013 09:31:28 +0000
(09:31 +0000)
committer
Alexey 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
patch
|
blob
|
history
diff --git
a/compiler-rt/lib/asan/lit_tests/lit.cfg
b/compiler-rt/lib/asan/lit_tests/lit.cfg
index 1e78436e86f1974576e276570bbcbca83cc33dba..815452dd916fcb5b5d9994505ef3bd04c1db1b59 100644
(file)
--- a/
compiler-rt/lib/asan/lit_tests/lit.cfg
+++ b/
compiler-rt/lib/asan/lit_tests/lit.cfg
@@
-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__)