Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/SRI-CSL/gllvm
Browse files Browse the repository at this point in the history
  • Loading branch information
ianamason committed May 25, 2018
2 parents 3f70cff + 44c95b0 commit 9cb7a2f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions examples/linux-kernel/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,3 +168,9 @@ Finally, calling the install-kernel script will copy the new kernel into the cla

NB: I was not able to boot on any custom kernel via Vagrant.
NB: On a dedicated VirtualBox machine, the generated kernel boots properly but it may be buggy. Most notably, I have experienced issues when shutting down and booting the machine a second time.


## Using built-in-parsing.py

Another possibility after building the linux with gclang, it is possible to run [built-in-parsing.py](built-in-parsing.py) in order to write a script that will do the extracting, copying and linking of bitcode.
This script automates the writing process for other configs than defconfig.

0 comments on commit 9cb7a2f

Please sign in to comment.