[all-commits] [llvm/llvm-project] 4967d9: [libunwind][WebAssembly] Fix libunwind.cpp guard (...
Heejin Ahn via All-commits
all-commits at lists.llvm.org
Tue Jan 16 05:49:03 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4967d98eda48bed4a6f382d240f5a33177bc654c
https://github.com/llvm/llvm-project/commit/4967d98eda48bed4a6f382d240f5a33177bc654c
Author: Heejin Ahn <aheejin at gmail.com>
Date: 2024-01-16 (Tue, 16 Jan 2024)
Changed paths:
M libunwind/src/libunwind.cpp
Log Message:
-----------
[libunwind][WebAssembly] Fix libunwind.cpp guard (#78230)
This should have been `&&`, meaning neither SjLj nor Wasm uses this
file.
More information about the All-commits
mailing list