Merge pull request #5272 from extemporalgenome/markdown-typos-20230410

markdown typo fixes
This commit is contained in:
Ayaz 2023-05-03 10:24:52 -05:00 committed by GitHub
commit ba1f8ffe5f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 272 additions and 63 deletions

View file

@ -21,7 +21,7 @@ implement them in a higher-level language like Zig, then compile
the result to LLVM bitcode, and import that bitcode into the compiler.
Compiling the bitcode happens automatically in a Rust build script at `compiler/builtins/build.rs`.
Then `builtins/src/bitcode/rs` staticlly imports the compiled bitcode for use in the compiler.
Then `builtins/src/bitcode/rs` statically imports the compiled bitcode for use in the compiler.
You can find the compiled bitcode in `target/debug/build/roc_builtins-[some random characters]/out/builtins.bc`.
There will be two directories like `roc_builtins-[some random characters]`, look for the one that has an
@ -33,4 +33,4 @@ There will be two directories like `roc_builtins-[some random characters]`, look
## Calling bitcode functions
use the `call_bitcode_fn` function defined in `llvm/src/build.rs` to call bitcode functions.
Use the `call_bitcode_fn` function defined in `llvm/src/build.rs` to call bitcode functions.