[llvm] 237dcfe - Fix build after 54f9ee334
Nico Weber via llvm-commits
llvm-commits at lists.llvm.org
Sat Nov 14 07:23:31 PST 2020
Author: Nico Weber
Date: 2020-11-14T10:23:22-05:00
New Revision: 237dcfe2e6a29f058f7ada3ba9bfcd6bb55ec76c
URL: https://github.com/llvm/llvm-project/commit/237dcfe2e6a29f058f7ada3ba9bfcd6bb55ec76c
DIFF: https://github.com/llvm/llvm-project/commit/237dcfe2e6a29f058f7ada3ba9bfcd6bb55ec76c.diff
LOG: Fix build after 54f9ee334
Added:
Modified:
llvm/include/llvm/TableGen/Record.h
llvm/lib/TableGen/Record.cpp
Removed:
################################################################################
diff --git a/llvm/include/llvm/TableGen/Record.h b/llvm/include/llvm/TableGen/Record.h
index 2e2bf4b89859..2ff4df462b04 100644
--- a/llvm/include/llvm/TableGen/Record.h
+++ b/llvm/include/llvm/TableGen/Record.h
@@ -24,9 +24,9 @@
#include "llvm/Support/Casting.h"
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/SMLoc.h"
+#include "llvm/Support/Timer.h"
#include "llvm/Support/TrailingObjects.h"
#include "llvm/Support/raw_ostream.h"
-#include "llvm/Support/timer.h"
#include <algorithm>
#include <cassert>
#include <cstddef>
diff --git a/llvm/lib/TableGen/Record.cpp b/llvm/lib/TableGen/Record.cpp
index dd055b8f6dbb..221f74f2ab02 100644
--- a/llvm/lib/TableGen/Record.cpp
+++ b/llvm/lib/TableGen/Record.cpp
@@ -27,7 +27,6 @@
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/SMLoc.h"
#include "llvm/Support/raw_ostream.h"
-#include "llvm/Support/timer.h"
#include "llvm/TableGen/Error.h"
#include "llvm/TableGen/Record.h"
#include <cassert>
More information about the llvm-commits
mailing list