Details
Details
- Reviewers
aykevl dylanmckay MaskRay
Diff Detail
Diff Detail
Event Timeline
| clang/lib/Driver/ToolChains/AVR.cpp | ||
|---|---|---|
| 429 |
| |
| clang/test/Driver/avr-toolchain.c | ||
|---|---|---|
| 83 | libclang_rt.builtins-avr.a is the non-longer-recommended LLVM_ENABLE_PER_TARGET_RUNTIME_DIR=off path. Use the LLVM_ENABLE_PER_TARGET_RUNTIME_DIR=on path. -fuse-ld=abs/path is deprecated. Use --ld-path or carefully use -fuse-ld=lld to select lld. | |
| clang/test/Driver/avr-toolchain.c | ||
|---|---|---|
| 83 | Thanks. I will fix that in another review request https://reviews.llvm.org/D128133. | |