teak-llvm/lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/move_nearest
Adrian McCarthy 7de450033b Fix TestMoveNearest on Windows
The header file for the DLL tried to declare inline functions and a local
function as dllexport which broke the compile and link.  Removing the bad
declarations solves the problem, and the test passes on Windows now.

Differential Revision: https://reviews.llvm.org/D43600

llvm-svn: 325836
2018-02-22 22:47:47 +00:00
..
foo.cpp
foo.h Fix TestMoveNearest on Windows 2018-02-22 22:47:47 +00:00
main.cpp
Makefile Only throw -fPIC when building a shared library 2018-02-08 23:10:29 +00:00
TestMoveNearest.py Wrap all references to build artifacts in the LLDB testsuite (NFC) 2018-01-19 23:24:35 +00:00