yowl
yowl
If I look at the dependencies at https://nuget.info/packages/libLLVM/11.0.0 I see for arm64: ``` "linux-arm64": { "libLLVM": { "libLLVM.runtime.linux-arm64": "11.0.0" } }, ``` However if I search nuget for `libLLVM.runtime` for...
This method is very slow, not actually sure it completes as I gave up waiting. Other replace methods such as listed http://llvm.org/docs/ProgrammersManual.html#replacing-an-instruction-with-another-value are not available which make certain compilation tasks...
I'm a little confused about how this is implemented in LLVMSharp. It's possible to set the DataLayout string, but the function `getDataLayout` that returns an object with methods as per...
Hi, This is probably not related to SignService, but I'm posting here in case someone knows how I should go about solving this. I had a code signing cert from...
If swagger is turned on, then CoreWCF can make it fail to show its UI with exception `Object reference not set to an instance of an object.` Stack is ```...
Device info ------------------ - Phone type: Lumia 920 - App version:1.0.51 and 1.0.52 Steps to reproduce ---------------- Attempt to login using PTC account Actual behavior ----------------- Exception occurs: NullReferenceException at...
taken from http://docs.icenium.com/configuring-your-project/configure-icons-splashscreens
Hi, I'm trying to prepare a PR to add split wasm support, and I think I'd like to set `wasm_file` on `DebugInfoData` to the name of the wasm file being...
Using the clang++ shipped with wask-sdk, which reports as 16.0.0: ``` E:\tmp\consolelocal>%WASI_SDK_PATH%\bin\clang++.exe --version clang version 16.0.0 Target: wasm32-unknown-wasi Thread model: posix InstalledDir: e:/github/wasi-sdk/bin ``` it fails on windows with some...
When diagnosing an installation failure in the event log I see Options ForceTargetApplicationShutdownOption and RequestReputationCheck What is RequestReputationCheck and why is it not listed here? What causes this option to...