[Lldb-commits] [PATCH] Add some documentation about cross-compilation to www.

Tamas Berghammer tberghammer at google.com
Tue Apr 7 03:56:58 PDT 2015


LGTM

P.S.: Please ignore my inline comment (Phabricator don't let me delete it)


================
Comment at: www/build.html:531-532
@@ +530,4 @@
+              -DLLVM_HOST_TRIPLE=aarch64-unknown-linux-gnu \<br/>
+              -DLLVM_TABLEGEN=<path-to-host>/bin/llvm-tblgen \<br/>
+              -DCLANG_TABLEGEN=<path-to-host>/bin/clang-tblgen \<br/>
+              -DLLDB_DISABLE_PYTHON=1 \<br/>
----------------
Please make it in sync with line 505-507 as it is a bit confusing now (you assume they are compiled from source).

http://reviews.llvm.org/D8610

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the lldb-commits mailing list