[PATCH] D107672: [AVR][clang] Search for avr-libc in $SYSROOT/avr
Matt Jacobson via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Aug 6 15:37:45 PDT 2021
mhjacobson added a comment.
I'm also tempted to remove `/usr/lib/avr`, because these paths make no sense to me: `$SYSROOT/usr/lib/avr/lib` and `$SYSROOT/usr/lib/avr/include`.
But I haven't done that here, in case there's some reason those paths do make sense. (Also, the files in `clang/test/Driver/Inputs/basic_avr_tree` make use of the `/usr/lib/avr/{lib,include}` structure.)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D107672/new/
https://reviews.llvm.org/D107672
More information about the cfe-commits
mailing list