[Lldb-commits] [PATCH] D74023: [RISCV] ELF attribute section for RISC-V

James Henderson via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Mar 11 03:03:51 PDT 2020


jhenderson added inline comments.


================
Comment at: llvm/unittests/Support/ELFAttributeParser.cpp:5
+#include "gtest/gtest.h"
+#include <string>
+
----------------
jhenderson wrote:
> I think it's normal to put a blank line between standard library headers and other includes.
Ignore this. I was thinking of a different code base.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D74023





More information about the lldb-commits mailing list