From 85768677f84d587dd424b0239064da2d2ab59fb6 Mon Sep 17 00:00:00 2001 From: Joseph Huber Date: Thu, 7 Jul 2022 20:41:37 -0400 Subject: [PATCH] [llvm-objdump][Docs] Document new flag --- llvm/docs/CommandGuide/llvm-objdump.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/llvm/docs/CommandGuide/llvm-objdump.rst b/llvm/docs/CommandGuide/llvm-objdump.rst index 645156d..7faa855 100644 --- a/llvm/docs/CommandGuide/llvm-objdump.rst +++ b/llvm/docs/CommandGuide/llvm-objdump.rst @@ -378,6 +378,10 @@ MACH-O ONLY OPTIONS AND COMMANDS Display the Objective-C runtime meta data. +.. option:: --offloading + + Display the content of the LLVM offloading section. + .. option:: --private-header Display only the first format specific file header. -- 2.7.4