Skip to content

Commit a69bf1d

Browse files
Enable default Concurrency import for WASI
1 parent 9f88994 commit a69bf1d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/Frontend/Frontend.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -763,6 +763,8 @@ static bool shouldImportConcurrencyByDefault(const llvm::Triple &target) {
763763
return true;
764764
if (target.isOSLinux())
765765
return true;
766+
if (target.isOSWASI())
767+
return true;
766768
return false;
767769
}
768770

0 commit comments

Comments
 (0)