[PATCH] D58415: Add Swift enumerator value for CodeView::SourceLanguage

Nathan Lanza via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 20 12:33:47 PST 2019


lanza updated this revision to Diff 187649.
lanza added a comment.

Change value to 'S'


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D58415/new/

https://reviews.llvm.org/D58415

Files:
  include/llvm/DebugInfo/CodeView/CodeView.h


Index: include/llvm/DebugInfo/CodeView/CodeView.h
===================================================================
--- include/llvm/DebugInfo/CodeView/CodeView.h
+++ include/llvm/DebugInfo/CodeView/CodeView.h
@@ -162,6 +162,7 @@
   /// The DMD compiler emits 'D' for the CV source language. Microsoft doesn't
   /// have an enumerator for it yet.
   D = 'D',
+  Swift = 'S',
 };
 
 /// These values correspond to the CV_call_e enumeration, and are documented


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D58415.187649.patch
Type: text/x-patch
Size: 462 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190220/78d5dffe/attachment.bin>


More information about the llvm-commits mailing list