diff options
author | Michael J. Spencer <bigcheesegs@gmail.com> | 2013-01-20 20:32:30 +0000 |
---|---|---|
committer | Michael J. Spencer <bigcheesegs@gmail.com> | 2013-01-20 20:32:30 +0000 |
commit | 01812bebcc345b09ce261317b6fdefde8f097642 (patch) | |
tree | f49ada585f33eb34cea9a3ea266d95099f8ea30f /unittests/Support/CMakeLists.txt | |
parent | 5ff7a3f947c245df9ae95a381ef38184527e83e1 (diff) |
[Support] Port ErrorOr<T> from lld to C++03.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@172991 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'unittests/Support/CMakeLists.txt')
-rw-r--r-- | unittests/Support/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/unittests/Support/CMakeLists.txt b/unittests/Support/CMakeLists.txt index dd42585b060..b4b982f2ef2 100644 --- a/unittests/Support/CMakeLists.txt +++ b/unittests/Support/CMakeLists.txt @@ -13,6 +13,7 @@ add_llvm_unittest(SupportTests ConstantRangeTest.cpp DataExtractorTest.cpp EndianTest.cpp + ErrorOrTest.cpp FileOutputBufferTest.cpp IntegersSubsetTest.cpp LeakDetectorTest.cpp |