Skip to main content
  • Home
  • login
  • Browse the archive

    swh mirror partner logo
swh logo
SoftwareHeritage
Software
Heritage
Mirror
Features
  • Search

  • Downloads

  • Save code now

  • Add forge now

  • Help

  • 8feddd4
  • /
  • Configurations
  • /
  • 50-win-clang-cl.conf
Raw File
Permalinks

To reference or cite the objects present in the Software Heritage archive, permalinks based on SoftWare Hash IDentifiers (SWHIDs) must be used.
Select below a type of object currently browsed in order to display its associated SWHID and permalink.

  • content
  • directory
content badge Iframe embedding
swh:1:cnt:cfc96ef159c011b009ca31642d39a6853aa4ee6b
directory badge Iframe embedding
swh:1:dir:9963eaaf026d36d6e7c944292ddcc11ba586dee1
50-win-clang-cl.conf
## -*- mode: perl; -*-
# Windows on Arm clang-cl targets.
#

my %targets = (
    "VC-WIN64-CLANGASM-ARM" => {
        inherit_from    => [ "VC-noCE-common" ],
        defines         => add("_ARM_WINAPI_PARTITION_DESKTOP_SDK_AVAILABLE",
                               "OPENSSL_SYS_WIN_CORE"),
        bn_ops          => "SIXTY_FOUR_BIT RC4_CHAR",
        multilib        => "-arm64",
        asm_arch        => "aarch64",
        AS        => "clang-cl.exe",
        ASFLAGS   => "/nologo /Zi",
        asflags   => "/c",
        asoutflag => "/Fo",
        perlasm_scheme => "win64",
        uplink_arch      => 'armv8',
    },
    "VC-CLANG-WIN64-CLANGASM-ARM" => {
        CC => "clang-cl",
        inherit_from    => [ "VC-noCE-common" ],
        defines         => add("_ARM_WINAPI_PARTITION_DESKTOP_SDK_AVAILABLE",
                               "OPENSSL_SYS_WIN_CORE"),
        bn_ops          => "SIXTY_FOUR_BIT RC4_CHAR",
        multilib        => "-arm64",
        asm_arch        => "aarch64",
        AS        => "clang-cl.exe",
        ASFLAGS   => "/nologo /Zi",
        asflags   => "/c",
        asoutflag => "/Fo",
        perlasm_scheme => "win64",
        uplink_arch      => 'armv8',
    },
);

ENEA — Copyright (C), ENEA. License: GNU AGPLv3+.
Legal notes  ::  JavaScript license information ::  Web API

back to top