ShelbyObfuscator icon indicating copy to clipboard operation
ShelbyObfuscator copied to clipboard

target_compile_features called with non-compilable target type

Open fishfacegit opened this issue 2 years ago • 0 comments

Is there a workaround for this? cmake -G "Visual Studio 17 2022" -A Win32 -DCMAKE_BUILD_TYPE=Release -DLLVM_CREATE_XCODE_TOOLCHAIN=ON -DLLVM_INCLUDE_TESTS=Off -DLLVM_INCLUDE_EXAMPLES=Off -DLLVM_ENABLE_BACKTRACES=Off -DLLVM_INCLUDE_BENCHMARKS=OFF -DLLVM_BUILD_DOCS=OFF -DCMAKE_INSTALL_PREFIX="/Applications/Xcode.app/Contents/Developer/" -DLLVM_ENABLE_PROJECTS="clang" ../llvm

-- LLVM host triple: i686-pc-windows-msvc
-- LLVM default target triple: i686-pc-windows-msvc
...
-- ShelbyObfuscator ignored -- Loadable modules not supported on this platform.
CMake Error at lib/Transforms/ShelbyObfuscator/CMakeLists.txt:25 (target_compile_features):
  target_compile_features called with non-compilable target type
...
-- Configuring incomplete, errors occurred!

fishfacegit avatar May 03 '23 06:05 fishfacegit