Skip to content

Commit

Permalink
[AVR] Remove a global initializer. NFCI.
Browse files Browse the repository at this point in the history
  • Loading branch information
d0k committed Nov 7, 2021
1 parent 69603ae commit 2e20ff8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions clang/lib/Driver/ToolChains/AVR.cpp
Expand Up @@ -28,9 +28,9 @@ using namespace llvm::opt;

namespace {

const struct {
constexpr struct {
StringRef Name;
std::string SubPath;
StringRef SubPath;
StringRef Family;
unsigned DataAddr;
} MCUInfo[] = {
Expand Down

0 comments on commit 2e20ff8

Please sign in to comment.