Skip to content
Snippets Groups Projects
Commit 396aac4c authored by vdukhovni's avatar vdukhovni Committed by Ben Gamari
Browse files

Add FreeBSD amd64 LLVM target

parent 60e12f26
No related branches found
No related tags found
No related merge requests found
......@@ -16,6 +16,7 @@
,("armv7-unknown-linux-androideabi", ("e-m:e-p:32:32-i64:64-v128:64:128-a:0:32-n32-S64", "generic", ""))
,("aarch64-unknown-linux-android", ("e-m:e-i8:8:32-i16:16:32-i64:64-i128:128-n32:64-S128", "generic", "+neon"))
,("powerpc64le-unknown-linux", ("e-m:e-i64:64-n32:64", "ppc64le", ""))
,("amd64-portbld-freebsd", ("e-m:e-i64:64-f80:128-n8:16:32:64-S128", "x86-64", ""))
,("arm-unknown-nto-qnx-eabi", ("e-m:e-p:32:32-i64:64-v128:64:128-a:0:32-n32-S64", "arm7tdmi", "+strict-align"))
,("i386-apple-darwin", ("e-m:o-p:32:32-f64:32:64-f80:128-n8:16:32-S128", "yonah", ""))
,("x86_64-apple-darwin", ("e-m:o-i64:64-f80:128-n8:16:32:64-S128", "core2", ""))
......
......@@ -32,6 +32,9 @@ TARGETS=(
# Linux ppc64le
"powerpc64le-unknown-linux"
# FreeBSD amd64
"amd64-portbld-freebsd"
# QNX
"arm-unknown-nto-qnx-eabi"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment