[PATCH] D24317: Emit S_COMPILE3 CodeView record
Nico Weber via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 21 11:02:16 PDT 2016
thakis added a subscriber: thakis.
thakis added a comment.
================
Comment at: llvm/trunk/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp:509
@@ +508,3 @@
+
+static SourceLanguage MapDWLangToCVLang(unsigned DWLang) {
+ switch (DWLang) {
----------------
(post-commit nit: since it's in anonymous namespace, the `static` should probably go now)
Repository:
rL LLVM
https://reviews.llvm.org/D24317
More information about the llvm-commits
mailing list