SNSystems / llvm-project-prepo

Fork of LLVM with modifications to support a program repository
26 stars 0 forks source link

Add link++.py to wrap links of C++ programs. #160

Closed paulhuggett closed 2 years ago

paulhuggett commented 2 years ago

Previously, the link tool would run clang++. This was mostly okay, but linked additional libraries that may not be available on the host. Explicitly set the target file format to ELF for linking.