[PATCH] D38719: [llvm-dwarfdump] Verify compatible TAG for attributes.

Kito Cheng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 26 01:37:12 PDT 2018


kito-cheng added inline comments.


================
Comment at: llvm/trunk/lib/DebugInfo/DWARF/DWARFVerifier.cpp:463
+                  "incompatible tag " +
+                  TagString(RefTag));
+    }
----------------
Hi Jonas:

Compiler will complain about fallthrough here: 
lib/DebugInfo/DWARF/DWARFVerifier.cpp:477:5: warning: this statement may fall through [-Wimplicit-fallthrough=]


Repository:
  rL LLVM

https://reviews.llvm.org/D38719





More information about the llvm-commits mailing list