[llvm] Extend llvm objdump fatbin (PR #114834)
David Salinas via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 18 12:52:54 PST 2024
================
@@ -23,14 +24,20 @@
#include "llvm/Object/IRObjectFile.h"
#include "llvm/Object/ObjectFile.h"
#include "llvm/Support/Alignment.h"
+#include "llvm/Support/BinaryStreamReader.h"
#include "llvm/Support/FileOutputBuffer.h"
#include "llvm/Support/SourceMgr.h"
+#include "llvm/Support/Timer.h"
using namespace llvm;
using namespace llvm::object;
namespace {
+static llvm::TimerGroup
+ ClangOffloadBundlerTimerGroup("Clang Offload Bundler Timer Group",
----------------
david-salinas wrote:
Good point. This code is no longer in Clang, so no need for that in the name.
https://github.com/llvm/llvm-project/pull/114834
More information about the llvm-commits
mailing list