[all-commits] [llvm/llvm-project] e88a2f: [libunwind][WebAssembly] Omit unused parts of libu...
Heejin Ahn via All-commits
all-commits at lists.llvm.org
Wed Nov 29 18:04:13 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e88a2f123fa4843ae3782377668cf5741acc9121
https://github.com/llvm/llvm-project/commit/e88a2f123fa4843ae3782377668cf5741acc9121
Author: Heejin Ahn <aheejin at gmail.com>
Date: 2023-11-29 (Wed, 29 Nov 2023)
Changed paths:
M libunwind/src/libunwind.cpp
Log Message:
-----------
[libunwind][WebAssembly] Omit unused parts of libunwind.cpp for Wasm (#73196)
Wasm doesn't use most of that file; Wasm does not allow access of system
registers and those functionalities are provided from the VM.
More information about the All-commits
mailing list