[NFC][AArch64] Explicitly define undefined bits for instructions (#122129)
[llvm-project.git] / compiler-rt / test / asan / TestCases / Android / lit.local.cfg.py
blob4c6066a65d4f354a81ec97e0af2d551cdc55c622
1 def getRoot(config):
2 if not config.parent:
3 return config
4 return getRoot(config.parent)
7 root = getRoot(config)
9 if root.android != "1":
10 config.unsupported = True
12 config.substitutions.append(("%device", "/data/local/tmp/Output"))