diff options
Diffstat (limited to 'utils')
-rwxr-xr-x | utils/llvm-targets/gen-data-layout.sh | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/utils/llvm-targets/gen-data-layout.sh b/utils/llvm-targets/gen-data-layout.sh index aba2d07ae0..f72c95b787 100755 --- a/utils/llvm-targets/gen-data-layout.sh +++ b/utils/llvm-targets/gen-data-layout.sh @@ -80,9 +80,12 @@ TARGETS=( # macOS "i386-apple-darwin" "x86_64-apple-darwin" + "arm64-apple-darwin" # iOS - "armv7-apple-ios arm64-apple-ios" - "i386-apple-ios x86_64-apple-ios" + "armv7-apple-ios" + "arm64-apple-ios" + "i386-apple-ios" + "x86_64-apple-ios" ######################### # FreeBSD |