Details
Details
Diff Detail
Diff Detail
- Repository
- rC Clang
- Build Status
Buildable 23422 Build 23421: arc lint + arc unit
Event Timeline
| include/clang/Basic/BuiltinsWebAssembly.def | ||
|---|---|---|
| 46 |
| |
| test/CodeGen/builtins-wasm.c | ||
| 112 | The same for the return values here. | |
| include/clang/Basic/BuiltinsWebAssembly.def | ||
|---|---|---|
| 46 | I want these builtins to mimic the underlying wasm instructions as much as possible. I believe end users are more likely to be looking at the WebAssembly spec than the LLVM language reference when using these functions. | |