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
Follow up to d0858bffa11, add missing REQUIRES x86
[llvm-project.git]
/
llvm
/
test
/
tools
/
gold
/
lit.local.cfg
blob
aa07261d10d3e95a5af2c6d87a2f71567c9ada11
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