On Darwin, -lm, -pthread and others are implied. -pthread currently produces a warning (compiler option unused).
Details
Details
- Reviewers
kcc filcab eugenis rnk - Commits
- rG7bc254f89c4d: [asan] Stop appending -lm, -pthread and other linker options on Darwin for ASan…
rCRT282260: [asan] Stop appending -lm, -pthread and other linker options on Darwin for ASan…
rL282260: [asan] Stop appending -lm, -pthread and other linker options on Darwin for…
Diff Detail
Diff Detail
- Repository
- rL LLVM