Dadoum
Dadoum
I forgot that I modified that file while ago
Create the bug issue I will try to fix this on my fork (and then try to PR)
`./clean.sh` then install swift version 5.3 development (just modify link and name of folder in PKGBUILD)
Try to install https://github.com/Dadoum/swift-tools-support-core (you will need to clone swift-package-manager from Apple, change the url in Package.swift, and copy everything from `./.build/x86_64-unknown-linux-gnu/debug/` to /usr/lib/swift/bin/
You need to build swift-package-manager with my fork `swift-tools-support-core` and use the binaries from swift-package-manager
the only files required are the one that are going to be replaced
```swift // swift-tools-version:5.1 /* This source file is part of the Swift.org open source project Copyright (c) 2014 - 2020 Apple Inc. and the Swift project authors Licensed under Apache...
Is there a way to add this attribute to a function pointer type?
Is there a way to call one with inline LLVM IR currently? I can't find much documentation about it unfortunately.
I don't know if I should open another issue, but when I compile this: ```d import std.traits; version (LDC) { import ldc.attributes; enum sysv = callingConvention("sysv_abi"); } else version (GNU)...