[llvm] [XCOFF][OBJECT] get symbol size by calling XCOFF interfaces (PR #67304)

James Henderson via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 25 23:47:01 PDT 2023


================
@@ -0,0 +1,60 @@
+
+RUN: llvm-symbolizer --obj=%p/Inputs/xcoff-dwarf.o 'DATA 0x60' \
+RUN:    'DATA 0x61' 'DATA 0x64' 'DATA 0X68' 'DATA 0x90' 'DATA 0x94' \
+RUN:    'DATA 0X98' | FileCheck %s
----------------
jh7370 wrote:

Nit: if you need to break the command over multiple lines, it's better for the next command to be on the next line.

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


More information about the llvm-commits mailing list