There was an error while loading. Please reload this page.
Whenever I debug AVR-LLVM, I generate Makefiles with CMake with the following command:
cmake -G "Unix Makefiles" -DLLVM_TARGETS_TO_BUILD="AVR" -DCMAKE_BUILD_TYPE="Debug" -DCMAKE_CXX_FLAGS="-fno-inline-functions" ../../llvm