[Lldb-commits] [PATCH] D55626: [Reproducers] Add tests for functionality

Adrian Prantl via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Mar 6 16:22:41 PST 2019


aprantl accepted this revision.
aprantl added inline comments.
This revision is now accepted and ready to land.


================
Comment at: lldb/lit/Reproducer/Functionalities/TestDataFormatter.test:6
+# RUN: rm -rf %t.repro
+# RUN: %clang -x c++ %S/Inputs/foo.cpp -g -o %t.out
+
----------------
The `-x c++` should be redundant with the .cpp extension.


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

https://reviews.llvm.org/D55626





More information about the lldb-commits mailing list