summaryrefslogtreecommitdiffstats
path: root/tests/ui/check-cfg/my-awesome-platform.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/check-cfg/my-awesome-platform.json')
-rw-r--r--tests/ui/check-cfg/my-awesome-platform.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/ui/check-cfg/my-awesome-platform.json b/tests/ui/check-cfg/my-awesome-platform.json
new file mode 100644
index 000000000..5e9ab8f1a
--- /dev/null
+++ b/tests/ui/check-cfg/my-awesome-platform.json
@@ -0,0 +1,12 @@
+{
+ "llvm-target": "x86_64-unknown-none-gnu",
+ "data-layout": "e-m:e-i64:64-f80:128-n8:16:32:64-S128",
+ "arch": "x86_64",
+ "target-endian": "little",
+ "target-pointer-width": "64",
+ "target-c-int-width": "32",
+ "os": "ericos",
+ "linker-flavor": "ld.lld",
+ "linker": "rust-lld",
+ "executables": true
+}