sstsimulator / sst-macro

SST Macro Element Library
http://sst-simulator.org/
Other
34 stars 41 forks source link

Skeletonization compiler workflow is fragile and complicated #424

Closed calewis closed 5 years ago

calewis commented 5 years ago

I'm going to update this issue as I find problems, but immediately there appear to be 2 things.

  1. Using g++ 8.2.0 as the compiler includes builtins that need macros defined for the clang pass.
  2. It appears that the only real safe way to build with skeletonization enabled is to use the same compiler for SST as was used for the building of the llvm that will be used.
jjwilke commented 5 years ago

Let's close this in favor of specific issues as they arise