Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix several comments #61

Merged
merged 1 commit into from
May 20, 2021
Merged

Conversation

lum1n0us
Copy link

  • generate llvm libraries list with "llvm-config --libnames"
$ llvm-config --version
10.0.0

$ llvm-config --libnames asmparser core debuginfodwarf engine lto
mcparser mirparser orcjit passes runtimedyld support x86asmparser
x86desc
  • change WAMR default mode to JIT.

  • change to latest bytecodealliance/wasm-micro-runtime commits

Signed-off-by: [email protected] [email protected]

For an explanation of how to fill out the fields, please see the relevant section
in PULL_REQUESTS.md

Commit Message:
Additional Description:
Risk Level:
Testing:
Docs Changes:
Release Notes:
Platform Specific Features:
[Optional Runtime guard:]
[Optional Fixes #Issue]
[Optional Deprecated:]
[Optional API Considerations:]

- generate llvm libraries list with "llvm-config --libnames"
```
$ llvm-config --version
10.0.0

$ llvm-config --libnames asmparser core debuginfodwarf engine lto
mcparser mirparser orcjit passes runtimedyld support x86asmparser
x86desc
```
- change WAMR default mode to JIT.

- change to latest bytecodealliance/wasm-micro-runtime commits

Signed-off-by: Liang He <[email protected]>
@leyao-daily leyao-daily merged commit 6300297 into leyao-daily:main May 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants