| author | |
| committer | |
| log | b81c5be451b18597b38f606dc9a9f3255401190f |
| tree | 53159e28c2175f14a60bf3252237a3cb09e32772 |
| parent | f8fd8c481ad4778c580691ed374561cd650fd7d3 |
LLD doesn't implement relaxations at the moment.1 files changed, 0 insertions(+), 2 deletions(-)
lib/std/target/riscv.zig-2| ... | @@ -78,7 +78,6 @@ pub const cpu = struct { | ... | @@ -78,7 +78,6 @@ pub const cpu = struct { |
| 78 | .d, | 78 | .d, |
| 79 | .f, | 79 | .f, |
| 80 | .m, | 80 | .m, |
| 81 | .relax, | ||
| 82 | }), | 81 | }), |
| 83 | }; | 82 | }; |
| 84 | 83 | ||
| ... | @@ -92,7 +91,6 @@ pub const cpu = struct { | ... | @@ -92,7 +91,6 @@ pub const cpu = struct { |
| 92 | .d, | 91 | .d, |
| 93 | .f, | 92 | .f, |
| 94 | .m, | 93 | .m, |
| 95 | .relax, | ||
| 96 | }), | 94 | }), |
| 97 | }; | 95 | }; |
| 98 | 96 |