[PATCH] D46815: [DbgInfo] Fix StripDebugInfo

Vedant Kumar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 15 14:36:06 PDT 2018


vsk added inline comments.


================
Comment at: lib/IR/DebugInfo.cpp:383
 
+  StringRef DbgIntrinsics[4] = {"llvm.dbg.value",
+                                "llvm.dbg.declare",
----------------
You don't need to specify '4' here, please omit it. Also, just to double-check, has this been clang-formatted?


https://reviews.llvm.org/D46815





More information about the llvm-commits mailing list