[PATCH] D50182: archie test fails at compilation time

Phabricator via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 2 16:34:24 PDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rT338785: archie test fails at compilation time (authored by matze, committed by ).

Repository:
  rL LLVM

https://reviews.llvm.org/D50182

Files:
  MultiSource/Benchmarks/Prolangs-C/archie-client/CMakeLists.txt


Index: MultiSource/Benchmarks/Prolangs-C/archie-client/CMakeLists.txt
===================================================================
--- MultiSource/Benchmarks/Prolangs-C/archie-client/CMakeLists.txt
+++ MultiSource/Benchmarks/Prolangs-C/archie-client/CMakeLists.txt
@@ -7,4 +7,5 @@
     list(APPEND LDFLAGS -lsocket -lnsl)
   endif()
   llvm_multisource()
+  target_include_directories(archie PRIVATE ${CMAKE_CURRENT_SOURCE_DIR})
 endif()


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D50182.158861.patch
Type: text/x-patch
Size: 445 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180802/ed4ec9b1/attachment.bin>


More information about the llvm-commits mailing list