<div dir="ltr"><div>I'm starting to play around with poolalloc for the first time.  I tried to build it as follows:</div><div>1) Clone llvm's git repo, and build it with cmake + ninja.</div><div>2) cd .../llvm/projects</div><div>3) git clone git@github.com:llvm-mirror/poolalloc.git</div><div><br></div><div>When I went to re-run ninja, (or even CMake by itself), I get errors like the following (truncated for brevity).  Any suggestions for whether I'm trying to use the build system incorrectly, vs. having an incompatible combo of LLVM and poolalloc?</div><div><br></div><div><div>CMake Error at cmake/modules/LLVMProcessSources.cmake:83 (message):</div><div>  Found unknown source file</div><div>  /opt/clang-llvm/llvm/projects/poolalloc/runtime/PreRT/strdup.c</div><div><br></div><div><br></div><div>  Please update</div><div>  /opt/clang-llvm/llvm/projects/poolalloc/runtime/PreRT/CMakeLists.txt</div><div><br></div><div><br></div><div>Call Stack (most recent call first):</div><div>  cmake/modules/LLVMProcessSources.cmake:54 (llvm_check_source_file_list)</div><div>  cmake/modules/AddLLVM.cmake:263 (llvm_process_sources)</div><div>  cmake/modules/AddLLVM.cmake:418 (llvm_add_library)</div><div>  projects/poolalloc/runtime/PreRT/CMakeLists.txt:2 (add_llvm_library)</div></div><div><br></div><div><br></div><div><br></div><div>Thanks,</div><div>Christian</div><div><br></div><div><br></div><div><br></div></div>