[Lldb-commits] [PATCH] D13202: [LLDB] Fix display of value of a vector variables in watchpoint operations
Zachary Turner via lldb-commits
lldb-commits at lists.llvm.org
Mon Sep 28 11:04:32 PDT 2015
zturner added a comment.
Looks good to me. Just add a decorator to both tests to skip unless the compiler is gcc or clang ( `__attribute((vector_size))__` doesn't work on MSVC or clang-cl, for example
Repository:
rL LLVM
http://reviews.llvm.org/D13202
More information about the lldb-commits
mailing list