Skip to content

Commit

Permalink
Fix Fork
Browse files Browse the repository at this point in the history
  • Loading branch information
goldsteinn committed Sep 23, 2024
1 parent 92ba0be commit 16d2b02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/utils/TableGen/Attributes.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
//
//===----------------------------------------------------------------------===//

#include "llvm/TableGen/Error.h"
#include "llvm/TableGen/Record.h"
#include "llvm/TableGen/TableGenBackend.h"
#include "llvm/TableGen/Error.h"
#include <vector>
using namespace llvm;

Expand Down

0 comments on commit 16d2b02

Please sign in to comment.