The self.getArchitecture() returns the architecture based on the value of "-A" flag passed to dotest.py script.
There are many possible values for MIPS to this option (like mips32r2, mips32r6, mips64, mips64r2,.... ).
This patch uses re.match("mips",arch) to check if architecture string starts with mips.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM