repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[sanitizer] Improve FreeBSD ASLR detection
[llvm-project.git]
/
llvm
/
test
/
tools
/
gold
/
lit.local.cfg
blob
6d2835ac8be64b617a4db7b95112e0d4774a0f78
1
if (not 'ld_plugin' in config.available_features):
2
config.unsupported = True
3
4
# gold can't load instrumented plugin.
5
for san in ['asan', 'msan', 'ubsan']:
6
if (san in config.available_features):
7
config.unsupported = True