Searched refs:WASI (Results 1 – 6 of 6) sorted by relevance
236 WASI, // Experimental WebAssembly OS enumerator701 return getOS() == Triple::WASI; in isOSWASI()
20 on musl, for producing WebAssembly applications that use the WASI ABI.
689 case llvm::Triple::WASI: in AllocateTarget()707 case llvm::Triple::WASI: in AllocateTarget()
297 case WASI: return "wasi"; in getOSTypeName()684 .StartsWith("wasi", Triple::WASI) in parseOS()
299 => {Top-most dir of the wasi-sdk for a WASI build}
616 To make a non-threaded liblzma-only build work with WASI SDK, <signal.h>627 Fixes: 81db3b889830 ("mythread.h: Disable signal functions in builds targeting Wasm + WASI.")14790 mythread.h: Disable signal functions in builds targeting Wasm + WASI.14792 signal.h in WASI SDK doesn't currently provide sigprocmask()14794 liblzma and xzdec build against WASI SDK. xz doesn't build yet14796 isn't (yet?) implemented in WASI SDK.