Patrice Blin
Patrice Blin
Hi, Thanks for the report, `LowerSwitchPass()` was troublesome on the past, maybe something changed with latest releases. I see you build llvm-15 but you are building with 14.0.3 from your...
Well good to know. Is it related to https://reviews.llvm.org/D123607 ? There was some changed to IR in LLVM 15 https://releases.llvm.org/15.0.0/docs/ReleaseNotes.html#changes-to-the-llvm-ir
Hi @bedranfleck `/Users/andre.bedran/tmp/android-ndk-r25/toolchains/llvm/prebuilt/darwin-x86_64/bin/clang` This is the x86_64 toolchain, for Intel/AMD CPUs, the new Apple Silicon CPUs are aarch64 (ARM 64). [Android NDKs](https://developer.android.com/ndk/downloads) only have "darwin" build, probably only x86. I...
What do you have for $CC, $CXX and $LD ? Maybe check if the fat binaries compatible for M1 can do simple task like `--version` or compile an hello world....
Needs testing, I'm unsure about 069552f870a2ac6f089c0ddeb28a15c1964d082a
As of today, bootstrap (Rust 1.68.0) will still panic for any target/toolchain containing "Windows": see [`src/bootstrap/native.rs`](https://github.com/rust-lang/rust/blob/1.68.0/src/bootstrap/native.rs#L279-L282) https://github.com/rust-lang/rust/commit/389b7ff19074988a3855bbc5ba7b19eb903a6fb4 Maybe you can try to force [`llvm_link_shared`](https://github.com/rust-lang/rust/search?q=llvm_link_shared) to be false (in `config.toml` ?)...
Hi, This project build on top of LLVM as a library. You first need to compile LLVM for Windows and then compile this one with CMake. https://llvm.org/docs/GettingStartedVS.html Once you have...
Most of the logs are warnings, on LLVM headers and some on our plugins. But your error is ``` C:\Users\cz251\source\repos\obfuscator-llvm\utils/CryptoUtils.h(85): fatal error C1189: #error: "Unknown endianness of the compilation platform,...
Hi @h4rk-3nz0, Did you managed to fix the "enable-fs-discriminator" issues ? I don't remember exactly, but I think usually when we encounter this sort of error it means either the...
Hi, I will try to rebuild with r26b NDK check if I see the same thing. Are you sure you used `--no-strip` when building LLVM ?