[Lldb-commits] [PATCH] D17650: Fix TestInlines.py on Windows
Zachary Turner via lldb-commits
lldb-commits at lists.llvm.org
Fri Feb 26 11:18:30 PST 2016
zturner added inline comments.
================
Comment at: packages/Python/lldbsuite/test/lang/cpp/inlines/inlines.h:1-4
@@ +1,4 @@
+int inner_inline (int inner_input, int mod_value);
+int outer_inline (int outer_input);
+int not_inlined_2 (int input);
+int not_inlined_1 (int input);
----------------
zturner wrote:
> Why do we need this header file now? It wasn't here before.
Oh wait I'm wrong. It was here before.
http://reviews.llvm.org/D17650
More information about the lldb-commits
mailing list