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] remove pragma disabled warnings #2554

Closed yowl closed 2 months ago

yowl commented 2 months ago

llvm.h contains several warnings disabled via pragma. Some are in LLVM headers files which can remain with a push and pop . Those in clrjit source files need to be fixed.

SingleAccretion commented 2 months ago

Fixed in #2562.