| | | | --- | --- | | Bugzilla Link | [10637](https://llvm.org/bz10637) | | Version | trunk | | OS | Linux | | Depends On | llvm/llvm-project#4596 llvm/llvm-project#8760 llvm/llvm-project#9348 | | Reporter | LLVM Bugzilla Contributor | | CC | @silvasean | ## Extended Description there should be a bnf and description of the IR for LLVM. even the most basic things are missing. like for example: @​i = external global i32 it's easy to guess what this means but there is no syntax definition for a variable in IR i'm looking at http://llvm.org/docs/LangRef.html