SNSystems / llvm-project-prepo

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

Modify clang driver to select Repo as the default target. #156

Closed MaggieYingYi closed 2 years ago

MaggieYingYi commented 3 years ago

The task involves:

  1. Change the default target to Repo.
  2. Select rld as the default linker for Repo target.
  3. Use the musl-prepo library as the default C library.
  4. Use LLVM libc++ library (built using the musl-prepo) as the default C++ library.
paulhuggett commented 3 years ago

Change the default target to Repo.

This is done by passing LLVM_DEFAULT_TARGET_TRIPLE=x86_64-pc-linux-gnu-repo when running cmake.

paulhuggett commented 2 years ago

As per my comment above, there's nothing to do here.