dotnet / runtimelab

This repo is for experimentation and exploring new ideas that may or may not make it into the main dotnet/runtime repo.
MIT License
1.36k stars 188 forks source link

[NativeAOT-LLVM] Don't use the `emcc` wrapper for bitcode compilation #2612

Closed SingleAccretion closed 3 weeks ago

SingleAccretion commented 3 weeks ago

The wrapper just adds overhead.

Also remove unnecessary clang arguments. Also fix a warning.

Fixes #2603.

SingleAccretion commented 3 weeks ago

@dotnet/nativeaot-llvm