Skip to main content
Product
Technology
Discover
Solutions
Docs
Downloads
Pricing
Search
/
Sign in
Sign up
brintos
/
llvm-project-archived
public
Read only
Watch
0
Star
0
Fork
0
Files
Commits
Issues
2
Discussions
0
Wiki
0
Insights
llvm-project-archived
/
llvm
/
test
/
Transforms
/
LoopVectorize
/
AArch64
/
lit.local.cfg
Text
·
98 B
·
3cc47fd
Raw
5 lines · plain
1
config.suffixes = [".ll"]
2
3
if not "AArch64" in config.root.targets:
4
config.unsupported = True
5