llvm-project/lldb/source
Alex Langford d672e533d5 Fix TestPaths.py on windows
I committed an implementation of GetClangResourceDir on windows but
forgot to update this test. I merged the tests like I intended to, but I
realized that the test was actually failing. After looking into it, it
appears that FileSystem::Resolve was taking the path and setting
the FileSpec's Directory to "/path/to/lldb/lib/clang/" and the File to
"9.0.0" which isn't what we want. So I removed the resolve line from
DefaultComputeClangResourceDir.

llvm-svn: 355648
2019-03-07 22:37:23 +00:00
..
API [Reproducers] Disable registering lldb::thread_t everywhere 2019-03-07 17:27:33 +00:00
Breakpoint Pass ConstString by value (NFC) 2019-03-06 21:22:25 +00:00
Commands Pass ConstString by value (NFC) 2019-03-06 21:22:25 +00:00
Core Pass ConstString by value (NFC) 2019-03-06 21:22:25 +00:00
DataFormatters Pass ConstString by value (NFC) 2019-03-06 21:22:25 +00:00
Expression [lldb] Fix DW_OP_addrx uses. 2019-03-07 19:41:08 +00:00
Host [ExpressionParser] Implement ComputeClangResourceDir for Windows 2019-03-07 20:09:15 +00:00
Initialization [Reproducers] Initialize reproducers before initializing the debugger. 2019-02-21 22:26:16 +00:00
Interpreter Pass ConstString by value (NFC) 2019-03-06 21:22:25 +00:00
Plugins Fix TestPaths.py on windows 2019-03-07 22:37:23 +00:00
Symbol Add an LLVM-style dump method to CompilerType for extra convenience during debugging 2019-03-07 20:20:02 +00:00
Target Pass ConstString by value (NFC) 2019-03-06 21:22:25 +00:00
Utility Promote more debug-only assertions to regular assertions. 2019-03-07 00:14:20 +00:00
CMakeLists.txt [CMake] Unify scripts for generating VCS headers 2019-02-06 03:51:00 +00:00
lldb.cpp [CMake] Unify scripts for generating VCS headers 2019-02-06 03:51:00 +00:00