diff options
| author | Tianhao Wang <shrik3@mailbox.org> | 2024-04-17 11:28:50 +0200 |
|---|---|---|
| committer | Tianhao Wang <shrik3@mailbox.org> | 2024-06-11 15:13:41 +0200 |
| commit | c5953a7976bb599be78bb956376c07318c354139 (patch) | |
| tree | c7a91212bd14636f70d3a0d01882301c0a14be8b /compiler/x86_64-rustubs.json | |
| parent | bb8ef9aca2bc862f697a9f4a83418103dd14136d (diff) | |
rename `compiler` directory to `defs`
the name `compiler` is ambiguous
Diffstat (limited to 'compiler/x86_64-rustubs.json')
| -rw-r--r-- | compiler/x86_64-rustubs.json | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/compiler/x86_64-rustubs.json b/compiler/x86_64-rustubs.json deleted file mode 100644 index 93512ed..0000000 --- a/compiler/x86_64-rustubs.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "llvm-target": "x86_64-unknown-none", - "data-layout": "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-i128:128-f80:128-n8:16:32:64-S128", - "linker-flavor": "gcc", - "target-endian": "little", - "target-pointer-width": "64", - "target-c-int-width": "32", - "arch": "x86_64", - "os": "none", - "disable-redzone": true, - "features": "-mmx,-sse,-avx,+soft-float", - "frame-pointer": "always" -} |
