[PATCH] D58415: Add Swift enumerator value for CodeView::SourceLanguage
Reid Kleckner via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 19 16:38:24 PST 2019
rnk requested changes to this revision.
rnk added a comment.
This revision now requires changes to proceed.
In the absence of guidance from someone at Microsoft, I would suggest not using 0x11, as they have probably already allocated that to some other language. I'd recommend doing what the D language people did and grab 'S'. If VS ever does something with this info, be aware that you will probably want to change which value we use here.
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