[all-commits] [llvm/llvm-project] 093750: [llvm] Sync DebugInfo.h with DebugInfoFlags.def
Jan Kratochvil via All-commits
all-commits at lists.llvm.org
Wed Jun 9 01:13:13 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 093750dd0be6b0729f8e817766c3d5849545e10c
https://github.com/llvm/llvm-project/commit/093750dd0be6b0729f8e817766c3d5849545e10c
Author: Jan Kratochvil <jan.kratochvil at redhat.com>
Date: 2021-06-09 (Wed, 09 Jun 2021)
Changed paths:
M llvm/include/llvm-c/DebugInfo.h
Log Message:
-----------
[llvm] Sync DebugInfo.h with DebugInfoFlags.def
Command to see the differences:
diff -u <(sed -n 's#^HANDLE_DI_FLAG *([^,]*, *\([^()]*\)) *\(//.*\)\?$#\1#p' <llvm/include/llvm/IR/DebugInfoFlags.def | grep -vw Largest) <(sed -n 's#^ *LLVMDIFlag\([^ ]*\) *= (\?[0-9].*$#\1#p' <llvm/include/llvm-c/DebugInfo.h)
OCaml binding is more seriously out of sync but I have not tried to sync it.
Reviewed By: aprantl
Differential Revision: https://reviews.llvm.org/D103910
More information about the All-commits
mailing list