Searched refs:Emscripten (Results 1 – 17 of 17) sorted by relevance
4 ; Currently multivalue returning functions are not supported in Emscripten EH /55 ; EH: LLVM ERROR: Emscripten EH/SjLj does not support multivalue returns56 ; SJLJ: LLVM ERROR: Emscripten EH/SjLj does not support multivalue returns
8 ; CHECK: Non-Emscripten WebAssembly hasn't implemented __builtin_return_address
11 ; Emscripten sjlj transformation
1 …This test checks experimental Emscripten-specific `generaldynamic` TLS support. See `tls-local-exe…
53 ; CHECK: LLVM ERROR: In function wasm_eh_emscripten_sjlj_error: When using Wasm EH with Emscripten …
5 …t a specified TLS mode--this should still emit `localexec` code on non-Emscripten targtes which do…
11 ; __threwValue is only used in Emscripten SjLj, so it shouldn't be generated.
10 ; These variables are only used in Emscripten EH/SjLj, so they shouldn't be
7 # Now test in Emscripten mode
15 Emscripten provides a C/C++ compilation environment based on clang which26 - wasm32-unknown-emscripten, which uses Emscripten internally and
220 Emscripten, enumerator640 return getOS() == Triple::Emscripten; in isOSEmscripten()
633 case llvm::Triple::Emscripten: in AllocateTarget()648 case llvm::Triple::Emscripten: in AllocateTarget()
100 D: Emscripten-related changes.
439 case llvm::Triple::Emscripten: in AddDefaultIncludePaths()
216 case Emscripten: return "emscripten"; in getOSTypeName()588 .StartsWith("emscripten", Triple::Emscripten) in parseOS()
220 T.getOS() != Triple::Emscripten) { in initialize()227 if (T.getOS() != Triple::Emscripten) { in initialize()
510 // Emscripten doesn't currently support remote filesystem mounts.