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

Saleem Abdulrasool via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 19 16:35:52 PST 2019


compnerd added inline comments.


================
Comment at: include/llvm/DebugInfo/CodeView/CodeView.h:161
   HLSL = 0x10,
+  Swift = 0x11,
 
----------------
I would say we should push this further down in case Microsoft adds a new language.  Why not follow D's lead and use `S`?


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