diff options
author | Sean Silva <silvas@purdue.edu> | 2013-07-09 00:54:46 +0000 |
---|---|---|
committer | Sean Silva <silvas@purdue.edu> | 2013-07-09 00:54:46 +0000 |
commit | 845e196a52d52abcd789612750f6f34af3a2cc79 (patch) | |
tree | 86327dd6724ec9b068a26ecaeabd48913d8c5f30 /unittests/CMakeLists.txt | |
parent | b49401533082fa0e8625c7cbaa0813db6c4c9bd5 (diff) | |
download | llvm-845e196a52d52abcd789612750f6f34af3a2cc79.tar.gz |
Make BinaryRef output correctly in case of empty data.
Previously, it would simply output nothing, but it should output an
empty string `""`.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185894 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'unittests/CMakeLists.txt')
-rw-r--r-- | unittests/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/unittests/CMakeLists.txt b/unittests/CMakeLists.txt index 4b7e418cd180..53b7e9c1e830 100644 --- a/unittests/CMakeLists.txt +++ b/unittests/CMakeLists.txt @@ -14,3 +14,4 @@ add_subdirectory(Support) add_subdirectory(Transforms) add_subdirectory(IR) add_subdirectory(DebugInfo) +add_subdirectory(Object) |