SNSystems / llvm-project-prepo

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

Modify repo.cmake to support llvm libc++ and musl libc.a #149

Closed MaggieYingYi closed 3 years ago

MaggieYingYi commented 3 years ago

This changes include:

  1. Link the libc_elf.a library at the end of the link command to avoid the undefined functions errors.
  2. When using musl and llvm libc++ libraries, some object files need to be linked.