From 9f578640d87d8b6f3b3dd57d0f3510cc17d5dd2a Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Tue, 11 Apr 2017 17:44:09 +0200 Subject: [PATCH] Add a target spcification that disables SSE and the red zone --- x86_64-blog_os.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 x86_64-blog_os.json diff --git a/x86_64-blog_os.json b/x86_64-blog_os.json new file mode 100644 index 0000000..ab1cb66 --- /dev/null +++ b/x86_64-blog_os.json @@ -0,0 +1,12 @@ +{ + "llvm-target": "x86_64-unknown-none", + "data-layout": "e-m:e-i64:64-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,+soft-float" +}