Skip to content

Commit

Permalink
Clang-format some files
Browse files Browse the repository at this point in the history
The previous commit reworked all of the llvm includes, but broke the
code formatting job in the meantime. This patch fixes the code
formatting to get the CI back to green.
  • Loading branch information
boomanaiden154 committed Nov 19, 2023
1 parent a5bac1d commit 3cdddbb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions gematria/llvm/asm_parser_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@
#include "gematria/testing/matchers.h"
#include "gmock/gmock.h"
#include "gtest/gtest.h"
#include "llvm/IR/InlineAsm.h"
#include "llvm/MC/MCInst.h"
#include "lib/Target/X86/MCTargetDesc/X86BaseInfo.h" //// IWYU pragma: keep (for opcodes).
#include "lib/Target/X86/MCTargetDesc/X86MCTargetDesc.h"
#include "llvm/IR/InlineAsm.h"
#include "llvm/MC/MCInst.h"

namespace gematria {
namespace {
Expand Down
2 changes: 1 addition & 1 deletion gematria/testing/llvm_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@

#include "gmock/gmock.h"
#include "gtest/gtest.h"
#include "lib/Target/X86/MCTargetDesc/X86MCTargetDesc.h"
#include "llvm/MC/MCInst.h"
#include "llvm/MC/MCInstBuilder.h"
#include "lib/Target/X86/MCTargetDesc/X86MCTargetDesc.h"

namespace gematria {
namespace {
Expand Down

0 comments on commit 3cdddbb

Please sign in to comment.