llvm-6502/unittests/Support
Rafael Espindola 9f1d9fd196 Remove the program class.
It was only used to implement ExecuteAndWait and ExecuteNoWait. Expose just
those two functions and make Execute and Wait implementations details.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@183864 91177308-0d34-0410-b5e6-96231b3b80d8
2013-06-12 20:58:35 +00:00
..
AlignOfTest.cpp
AllocatorTest.cpp
ArrayRecyclerTest.cpp
BlockFrequencyTest.cpp
Casting.cpp
CMakeLists.txt Add to testsuite. 2013-05-24 23:20:16 +00:00
CommandLineTest.cpp Implemented public interface for modifying registered (not positional or sink options) command line options at runtime. 2013-05-06 21:56:35 +00:00
CompressionTest.cpp Add more guards around zlib-dependent code 2013-04-23 08:57:30 +00:00
ConstantRangeTest.cpp
DataExtractorTest.cpp
EndianTest.cpp
ErrorOrTest.cpp
FileOutputBufferTest.cpp Move PathV2.h to Path.h 2013-06-11 22:21:28 +00:00
formatted_raw_ostream_test.cpp
IntegersSubsetTest.cpp
LeakDetectorTest.cpp
Makefile
ManagedStatic.cpp Get the unittests compiling when building with cmake and the setting 2013-05-14 13:29:16 +00:00
MathExtrasTest.cpp [Support] Remove Count{Leading,Trailing}Zeros_{32,64}. 2013-05-24 22:58:37 +00:00
MD5Test.cpp Add support for adding the contents of a StringRef to the MD5 hash. 2013-05-31 22:34:56 +00:00
MemoryBufferTest.cpp
MemoryTest.cpp
Path.cpp Move PathV2.h to Path.h 2013-06-11 22:21:28 +00:00
ProcessTest.cpp sys::process::get_id() now returns the process ID instead of a process handle on Windows. Patch thanks to Kim Gräsman! 2013-06-08 20:29:03 +00:00
ProgramTest.cpp Remove the program class. 2013-06-12 20:58:35 +00:00
raw_ostream_test.cpp
RegexTest.cpp
SwapByteOrderTest.cpp
TimeValue.cpp
ValueHandleTest.cpp
YAMLIOTest.cpp
YAMLParserTest.cpp