summaryrefslogtreecommitdiffstats
path: root/llvm/utils/update_llc_test_checks.py
diff options
context:
space:
mode:
authorSanjay Patel <spatel@rotateright.com>2017-02-24 21:47:44 +0000
committerSanjay Patel <spatel@rotateright.com>2017-02-24 21:47:44 +0000
commit588e41586e157b0f8bd6b37f03b08a45ee337a8d (patch)
tree6e736ad4d706f54fdb9bd9301ff80c6d1ca8942b /llvm/utils/update_llc_test_checks.py
parent00400d36c9219079223ea9734ffd40abeea0cad0 (diff)
downloadbcm5719-llvm-588e41586e157b0f8bd6b37f03b08a45ee337a8d.tar.gz
bcm5719-llvm-588e41586e157b0f8bd6b37f03b08a45ee337a8d.zip
[utils] allow auto-generation of checks for thumb triples
If there's some reason not to do this, feel free to revert and/or fix, but for the cases I'm looking at, the script appears to do fine for these targets. llvm-svn: 296181
Diffstat (limited to 'llvm/utils/update_llc_test_checks.py')
-rwxr-xr-xllvm/utils/update_llc_test_checks.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/utils/update_llc_test_checks.py b/llvm/utils/update_llc_test_checks.py
index 0962dae47c6..e973d517c44 100755
--- a/llvm/utils/update_llc_test_checks.py
+++ b/llvm/utils/update_llc_test_checks.py
@@ -121,6 +121,8 @@ def build_function_body_dictionary(raw_tool_output, triple, prefixes, func_dict,
'x86': (scrub_asm_x86, ASM_FUNCTION_X86_RE),
'i386': (scrub_asm_x86, ASM_FUNCTION_X86_RE),
'arm-eabi': (scrub_asm_arm_eabi, ASM_FUNCTION_ARM_RE),
+ 'thumb-eabi': (scrub_asm_arm_eabi, ASM_FUNCTION_ARM_RE),
+ 'thumbv8-eabi': (scrub_asm_arm_eabi, ASM_FUNCTION_ARM_RE),
'armeb-eabi': (scrub_asm_arm_eabi, ASM_FUNCTION_ARM_RE),
'powerpc64le': (scrub_asm_powerpc64le, ASM_FUNCTION_PPC_RE),
}
OpenPOWER on IntegriCloud