Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
| clang/test/Driver/coverage-ld.c | ||
|---|---|---|
| 52 | Don't add //\n by cargo cult. It's not a recommended style (Having blank lines helps { } in Vim like editors) | |
| 54 | Note: the new recommended libclang_rt* hierarchy is LLVM_ENABLE_PER_TARGET_RUNTIME_DIR=on. This matches LLVM_ENABLE_RUNTIMES='compiler-rt;libcxx;libcxxabi;libunwind'. OpenBSD hasn't switched, though. With the new hierarchy, the location may look like: lib/x86_64-unknown-openbsd/libclang_rt.profile.a | |
Don't add //\n by cargo cult. It's not a recommended style (Having blank lines helps { } in Vim like editors)