# Getting LLVM Bitcode from Julia Script

**URL:** https://discourse.julialang.org/t/getting-llvm-bitcode-from-julia-script/15249
**Category:** New to Julia
**Tags:** question
**Created:** [September 20, 2018, 7:20pm UTC](https://discourse.julialang.org/t/getting-llvm-bitcode-from-julia-script/15249 "2018-09-20T19:20:07Z")
**Posts on this page:** 1
**Showing post:** 3

<div class="post-metadata">

### Author: ![maleadt](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/maleadt/32/10097_2.png) [@maleadt](https://discourse.julialang.org/u/maleadt)
#### Post date: [September 21, 2018, 12:01pm UTC](https://discourse.julialang.org/t/getting-llvm-bitcode-from-julia-script/15249/3 "2018-09-21T12:01:26Z")

</div>

You might want to enable the `dump_module` option, eg. `@code_llvm dump_module=true 1+1`, if you want IR that’s compatible with the rest of LLVM tooling.

---

_[View the full topic](https://discourse.julialang.org/t/getting-llvm-bitcode-from-julia-script/15249)._
