Skip to content

Commit

Permalink
Merge branch 'google:main' into model-runtime-annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
virajbshah authored Dec 22, 2023
2 parents 8cb7bb1 + 2b8a8f0 commit 89ba1cf
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,6 @@
/requirements.txt

/compile_commands.json

# Editor temporary files
*.swp
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 89ba1cf

Please sign in to comment.