[llvm] aca7105 - Fix include location (accidentally committed a local variation)
Eric Astor via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 23 10:50:36 PDT 2020
Author: Eric Astor
Date: 2020-09-23T13:50:25-04:00
New Revision: aca7105db9ae1a42d7cbf48934abb51169945425
URL: https://github.com/llvm/llvm-project/commit/aca7105db9ae1a42d7cbf48934abb51169945425
DIFF: https://github.com/llvm/llvm-project/commit/aca7105db9ae1a42d7cbf48934abb51169945425.diff
LOG: Fix include location (accidentally committed a local variation)
Added:
Modified:
llvm/lib/MC/MCParser/AsmLexer.cpp
Removed:
################################################################################
diff --git a/llvm/lib/MC/MCParser/AsmLexer.cpp b/llvm/lib/MC/MCParser/AsmLexer.cpp
index b1383fafb0dc..2099079a0596 100644
--- a/llvm/lib/MC/MCParser/AsmLexer.cpp
+++ b/llvm/lib/MC/MCParser/AsmLexer.cpp
@@ -11,7 +11,6 @@
//===----------------------------------------------------------------------===//
#include "llvm/MC/MCParser/AsmLexer.h"
-#include "third_party/llvm/llvm-project/llvm/include/llvm/Support/Compiler.h"
#include "llvm/ADT/APInt.h"
#include "llvm/ADT/ArrayRef.h"
#include "llvm/ADT/StringExtras.h"
@@ -19,6 +18,7 @@
#include "llvm/ADT/StringSwitch.h"
#include "llvm/MC/MCAsmInfo.h"
#include "llvm/MC/MCParser/MCAsmLexer.h"
+#include "llvm/Support/Compiler.h"
#include "llvm/Support/SMLoc.h"
#include "llvm/Support/SaveAndRestore.h"
#include <cassert>
More information about the llvm-commits
mailing list