commit | 7478277414bf2ef6a711e7cb3120ff16f417c871 | [log] [tgz] |
---|---|---|
author | Lulu Cai <cailulu@loongson.cn> | Thu Jul 11 19:00:43 2024 +0800 |
committer | liuzhensong <liuzhensong@loongson.cn> | Sat Jul 13 10:00:02 2024 +0800 |
tree | 74ae4ec5670809aff355fc74cc5af88df8df6a9e | |
parent | e8fbf31961466e7f99628e86c56e91135956c9ef [diff] |
LoongArch: Fix dwarf3 test cases from XPASS to PASS In the past, the .align directive generated a label that did not match the regular expression, and we set it to XFAIL. But now it matches fine so it becomes XPASS. We fix it with PASS.