[PATCH] D23005: [CMake] Pass -nostdlib if supported

Jonas Hahnfeld via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 1 23:29:40 PDT 2016


Hahnfeld added a comment.

Apparently this hasn't worked that good: It seems my local linker just magically adds `-lc`. We could manually add it to the flags but I don't quite like that because that should be the compiler's job...


Repository:
  rL LLVM

https://reviews.llvm.org/D23005





More information about the llvm-commits mailing list