Skip to content
This repository was archived by the owner on Apr 5, 2021. It is now read-only.

Commit f63ed80

Browse files
committed
Work around Rust compiler crash
The issue I'm working around is described here: rust-lang/rust#31367 I don't see any problems that result from removing the data layout description, but I'm not at all sure if this is the right thing to do. If weird, hard-to-debug errors show up at some point, this might be the source.
1 parent 2abebee commit f63ed80

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

target.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"data-layout" : "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:64:128-a:0:64-n32",
32
"llvm-target" : "thumbv7m-unknown-none-eabi",
43
"linker" : "arm-none-eabi-gcc",
54
"pre-link-args" : [ "-nostartfiles" ],

0 commit comments

Comments
 (0)