dotnet / llilc

This repo contains LLILC, an LLVM based compiler for .NET Core. It includes a set of cross-platform .NET code generation tools that enables compilation of MSIL byte code to LLVM supported platforms.
MIT License
1.52k stars 153 forks source link

Ending Section to Ensure Section Symbols #1056

Closed kyulee1 closed 8 years ago

kyulee1 commented 8 years ago
kyulee1 commented 8 years ago

@janvorli @AndyAyersMS PTAL

kyulee1 commented 8 years ago

@mmitche It appears all lab tests are failing. Any idea?

janvorli commented 8 years ago

LGTM, I've verified it fixes the problem with multiple executable sections on Linux that I was hitting in CoreRT.

AndyAyersMS commented 8 years ago

LGTM too.

Are we using clang-format on this code? Just curious about the reformatting....

kyulee1 commented 8 years ago

I used "ccformat --untidy". I think the format change is because the previous checkin didn't run it.