[llvm] Extend llvm objdump fatbin (PR #114834)

Jacob Lambert via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 12 11:07:42 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",
----------------
lamb-j wrote:

We could rename this "OffloadBundlerTimerGroup".

I've been thinking about the newly seperated bundler APIs as the "Offload Bundler", and the clang-offload-bundler binary tool as the "Clang Offload Bundler"

https://github.com/llvm/llvm-project/pull/114834


More information about the llvm-commits mailing list