samasri / omr

Eclipse OMR™ Cross platform components for building reliable, high performance language runtimes
http://www.eclipse.org/omr
Other
0 stars 2 forks source link

Adapt project to a newer Clang version #40

Closed samasri closed 6 years ago

samasri commented 6 years ago

After revising the recently documented bug, I found out that it was fixed in newer versions of clang. Hence, I am planning to use a new clang version to OMRStatistics.

samasri commented 6 years ago

The project was successfully analyzed with newer version of clang however, it is currently very slow to build the plugin and analyze the whole source code. Nazim suggested to disable debugging options when building clang, which will make it faster to execute

samasri commented 6 years ago

I ended up installing clang-5.0 on the server and using it. I had to install the following packages of it to work (no extra includes needed):