llvm

  1. R

    Asset Why it's a problem for Android the x86 Kernel doesn't compile with LLVM

    Android is in a position they have to support this platform and compete against windows and apple. And this platform is the only place you can find Google play on x86 not even on windows. What is the point of Android without Google play it's a gimmick. Now the Android tool chain LLVM 20.0 is the...
  2. R

    Asset Android.mk LLVM NO STRIP 1

    Add this after clear-vars: LOCAL_CLANG:= true LOCAL_MODULE_TARGET_ARCH := x86_64 LOCAL_CC := /home/ryan/Downloads/linux-x86-refs_heads_main-clang-r536225/bin/clang LOCAL_CXX := /home/ryan/Downloads/linux-x86-refs_heads_main-clang-r536225/bin/clang++ LOCAL_AR :=...
Top