[PATCH] D115973: [llvm-profgen] Support symbol loading for debug fission
James Henderson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 23 00:35:07 PST 2022
jhenderson added inline comments.
================
Comment at: llvm/test/tools/llvm-profgen/Inputs/split-dwarf-single.o.yaml:13
+# Build instructions (clang version 15.0.0):
+# split-dwarf-single.o: clang -gsplit-dwarf=single -fdebug-compilation-dir=. test.c -fdebug-info-for-profiling -O0 -g -o split-dwarf-single.o -c
+
----------------
Also include the obj2yaml command for full reproducible steps.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D115973/new/
https://reviews.llvm.org/D115973
More information about the llvm-commits
mailing list