forked from OSchip/llvm-project
[AVR][clang] Add '$SYSROOT/avr' to possible avr-libc locations
Reviewed by: benshi001 Differential Revision: https://reviews.llvm.org/D107672
This commit is contained in:
parent
5a2a179695
commit
71e71067f3
|
@ -298,6 +298,7 @@ llvm::Optional<unsigned> GetMCUSectionAddressData(StringRef MCUName) {
|
||||||
}
|
}
|
||||||
|
|
||||||
const StringRef PossibleAVRLibcLocations[] = {
|
const StringRef PossibleAVRLibcLocations[] = {
|
||||||
|
"/avr",
|
||||||
"/usr/avr",
|
"/usr/avr",
|
||||||
"/usr/lib/avr",
|
"/usr/lib/avr",
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue