From 9106ecae681de42923de816115cc968d985e6b8d Mon Sep 17 00:00:00 2001
From: Misha Brukman Specify for directory the full pathname of where you
- want the LLVM tools and libraries to be installed.
-
-
-
-
-
+ Some common options:
+
Optionally, specify for directory the full pathname of the C/C++ FrontEnd installation to use with this LLVM configuration. If @@ -1003,19 +979,21 @@ named after the build type:
-If you're running on a linux system that supports the " binfmt_misc" module, and you have root access on the system, you can set your system up to execute LLVM bytecode files directly. To do this, use commands like this (the first command may not be required if you are already using the module):
+$ mount -t binfmt_misc none /proc/sys/fs/binfmt_misc - $ echo ':llvm:M::llvm::/path/to/lli:' > /proc/sys/fs/binfmt_misc/register + $ echo ':llvm:M::llvm::/path/to/lli:' > /proc/sys/fs/binfmt_misc/register $ chmod u+x hello.bc (if needed) $ ./hello.bc+
This allows you to execute LLVM bytecode files directly. Thanks to Jack -- 2.34.1