[Git][ghc/ghc][wip/T18422] llvm-targets: Add i686 targets
Ben Gamari
gitlab at gitlab.haskell.org
Mon Aug 10 13:24:15 UTC 2020
Ben Gamari pushed to branch wip/T18422 at Glasgow Haskell Compiler / GHC
Commits:
12dadd04 by Ben Gamari at 2020-08-10T09:24:07-04:00
llvm-targets: Add i686 targets
Addresses #18422.
- - - - -
2 changed files:
- llvm-targets
- utils/llvm-targets/gen-data-layout.sh
Changes:
=====================================
llvm-targets
=====================================
@@ -24,6 +24,9 @@
,("i386-unknown-linux-gnu", ("e-m:e-p:32:32-f64:32:64-f80:32-n8:16:32-S128", "pentium4", ""))
,("i386-unknown-linux-musl", ("e-m:e-p:32:32-f64:32:64-f80:32-n8:16:32-S128", "pentium4", ""))
,("i386-unknown-linux", ("e-m:e-p:32:32-f64:32:64-f80:32-n8:16:32-S128", "pentium4", ""))
+,("i686-unknown-linux-gnu", ("e-m:e-p:32:32-f64:32:64-f80:32-n8:16:32-S128", "pentium4", ""))
+,("i686-unknown-linux-musl", ("e-m:e-p:32:32-f64:32:64-f80:32-n8:16:32-S128", "pentium4", ""))
+,("i686-unknown-linux", ("e-m:e-p:32:32-f64:32:64-f80:32-n8:16:32-S128", "pentium4", ""))
,("x86_64-unknown-linux-gnu", ("e-m:e-i64:64-f80:128-n8:16:32:64-S128", "x86-64", ""))
,("x86_64-unknown-linux-musl", ("e-m:e-i64:64-f80:128-n8:16:32:64-S128", "x86-64", ""))
,("x86_64-unknown-linux", ("e-m:e-i64:64-f80:128-n8:16:32:64-S128", "x86-64", ""))
=====================================
utils/llvm-targets/gen-data-layout.sh
=====================================
@@ -59,6 +59,9 @@ TARGETS=(
"i386-unknown-linux-gnu"
"i386-unknown-linux-musl"
"i386-unknown-linux"
+ "i686-unknown-linux-gnu"
+ "i686-unknown-linux-musl"
+ "i686-unknown-linux"
"x86_64-unknown-linux-gnu"
"x86_64-unknown-linux-musl"
"x86_64-unknown-linux"
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/12dadd04a09c23c91d7da6f5b17ef78688d93fe7
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/12dadd04a09c23c91d7da6f5b17ef78688d93fe7
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20200810/f06d0105/attachment.html>
More information about the ghc-commits
mailing list