[Lldb-commits] [PATCH] D54886: Add support for the Dylan language to ClangASTContext
Adrian Prantl via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Nov 26 09:16:37 PST 2018
aprantl added inline comments.
================
Comment at: source/Symbol/ClangASTContext.cpp:123
+ language == eLanguageTypeD ||
+ language == eLanguageTypeDylan;
}
----------------
Please add a comment explaining that "The Debug info generated by the Open Dylan compiler's
LLVM back-end was designed to be compatible with C debug info."
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D54886/new/
https://reviews.llvm.org/D54886
More information about the lldb-commits
mailing list