Skip to content

Commit 86429c0

Browse files
Enable default Concurrency import for WASI
1 parent 60a5c58 commit 86429c0

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
@@ -762,6 +762,8 @@ static bool shouldImportConcurrencyByDefault(const llvm::Triple &target) {
762762
return true;
763763
if (target.isOSLinux())
764764
return true;
765+
if (target.isOSWASI())
766+
return true;
765767
return false;
766768
}
767769

0 commit comments

Comments
 (0)