Commit 71e71067 authored by Matt Jacobson's avatar Matt Jacobson Committed by Ben Shi
Browse files

[AVR][clang] Add '$SYSROOT/avr' to possible avr-libc locations

Reviewed by: benshi001

Differential Revision: https://reviews.llvm.org/D107672
parent 5a2a1796
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -298,6 +298,7 @@ llvm::Optional<unsigned> GetMCUSectionAddressData(StringRef MCUName) {
}

const StringRef PossibleAVRLibcLocations[] = {
    "/avr",
    "/usr/avr",
    "/usr/lib/avr",
};