llvm / llvm-project

The LLVM Project is a collection of modular and reusable compiler and toolchain technologies.
http://llvm.org
Other
28.75k stars 11.89k forks source link

[libcxx][libunwind][libcxxabi] How to pass multiple compilation options to -DLIBCXX_ADDITIONAL_COMPILE_FLAGS ? #114134

Open trcrsired opened 5 hours ago

trcrsired commented 5 hours ago

i want to pass "-fwasm-exceptions -D_REENTRANT" for example. don't know how to pass it

trcrsired commented 5 hours ago

https://github.com/WebAssembly/wasi-libc/issues/545