diff options
author | Nick Kledzik <kledzik@apple.com> | 2012-08-01 02:29:50 +0000 |
---|---|---|
committer | Nick Kledzik <kledzik@apple.com> | 2012-08-01 02:29:50 +0000 |
commit | 5fce8c4ffeeb1442ac284539a656823ff56a469e (patch) | |
tree | 7e005060f066c56443287ff7df435c1c4ed724ee /llvm/lib/Support/CMakeLists.txt | |
parent | 0820f0ca8e3f2574b15d3a653c8910fb80c1a9f2 (diff) | |
download | bcm5719-llvm-5fce8c4ffeeb1442ac284539a656823ff56a469e.tar.gz bcm5719-llvm-5fce8c4ffeeb1442ac284539a656823ff56a469e.zip |
Initial commit of new FileOutputBuffer support class.
Since the llvm::sys::fs::map_file_pages() support function it relies on
is not yet implemented on Windows, the unit tests for FileOutputBuffer
are currently conditionalized to run only on unix.
llvm-svn: 161099
Diffstat (limited to 'llvm/lib/Support/CMakeLists.txt')
-rw-r--r-- | llvm/lib/Support/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Support/CMakeLists.txt b/llvm/lib/Support/CMakeLists.txt index 9103327dffa..83baf60d040 100644 --- a/llvm/lib/Support/CMakeLists.txt +++ b/llvm/lib/Support/CMakeLists.txt @@ -23,6 +23,7 @@ add_llvm_library(LLVMSupport Dwarf.cpp ErrorHandling.cpp FileUtilities.cpp + FileOutputBuffer.cpp FoldingSet.cpp FormattedStream.cpp GraphWriter.cpp |