[PATCH] D58415: Add Swift enumerator value for CodeView::SourceLanguage
Shoaib Meenai via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 20 12:48:36 PST 2019
smeenai added inline comments.
================
Comment at: include/llvm/DebugInfo/CodeView/CodeView.h:165
D = 'D',
+ Swift = 'S',
};
----------------
I'd either update the existing comment about D or add a new one for Swift.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D58415/new/
https://reviews.llvm.org/D58415
More information about the llvm-commits
mailing list