Skip to content

Commit 73b014d

Browse files
authored
Merge pull request JohnTitor/ctest2#32 from zhaixiaojuan/master
2 parents 7e03175 + 66b1e74 commit 73b014d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ctest/src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1082,6 +1082,8 @@ fn default_cfg(target: &str) -> Vec<(String, Option<String>)> {
10821082
("wasm32", "32", "little")
10831083
} else if target.starts_with("riscv64gc") {
10841084
("riscv64", "64", "little")
1085+
} else if target.starts_with("loongarch64") {
1086+
("loongarch64", "64", "little")
10851087
} else {
10861088
panic!("unknown arch/pointer width: {}", target)
10871089
};

0 commit comments

Comments
 (0)