[PATCH] D49887: [DebugInfo] Add basic support for DWARF5 call site-related attributes
Adrian Prantl via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 30 07:41:12 PDT 2018
aprantl added inline comments.
================
Comment at: llvm/include/llvm/IR/DebugInfoFlags.def:51
HANDLE_DI_FLAG((1 << 26), Trivial)
+HANDLE_DI_FLAG((1 << 27), AllCallsDescribed)
----------------
Since this patch is adding a new flag, there should also be a bitcode roundtrip test (`llvm-as - | llvm-dis - | llvm-as - | llvm-dis -`).
https://reviews.llvm.org/D49887
More information about the llvm-commits
mailing list