search for: 4ce6647

Displaying 1 result from an estimated 1 matches for "4ce6647".

Did you mean: 05ce6647
2019 Dec 11
4
modification on lnt to recognize new architecture
...e have very simple patch like below. My question is where should I send this patch to make it merge with lnt (https://github.com/llvm/llvm-lnt)? I checked lists.llvm.org mailing lists, but it is not clear to me. Thanks in advance. ----------- diff --git a/lnt/tests/nt.py b/lnt/tests/nt.py index 4ce6647..ce37687 100644 --- a/lnt/tests/nt.py +++ b/lnt/tests/nt.py @@ -420,6 +420,8 @@ class TestConfiguration(object): llvm_arch = 'Sparc' elif arch in ('mips', 'mipsel', 'mips64', 'mips64el'): llvm_arch = 'Mips...