vmware-archive / cascade

A Just-In-Time Compiler for Verilog from VMware Research
Other
433 stars 44 forks source link

Please make the C++ compiler command that appears in installed shell scripts configurable through a cmake variable #208

Closed yurivict closed 4 years ago

yurivict commented 4 years ago

g++ is from gcc, but there is also a clang compiler, and both gcc and clang executables can have different names.

eschkufz commented 4 years ago

Double check that the latest commit to issue-208 still works? I think I removed all instances of g++ from share/ scripts.

yurivict commented 4 years ago

issue-208 builds, installs and passes regression tests.