[Lldb-commits] [PATCH] D127481: [LLDB][formatters] Add formatter for libc++'s std::span
Michael Buch via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Jun 10 03:45:42 PDT 2022
Michael137 added inline comments.
================
Comment at: lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/span/Makefile:5
+
+CXXFLAGS_EXTRAS := -std=c++20 -O0
+include Makefile.rules
----------------
Might need to have some compiler version checks here since by default we assume c++11
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D127481/new/
https://reviews.llvm.org/D127481
More information about the lldb-commits
mailing list