[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:25 PDT 2018


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

Changed prior to commit:
  https://reviews.llvm.org/D50182?vs=158739&id=158862#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D50182

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


Index: test-suite/trunk/MultiSource/Benchmarks/Prolangs-C/archie-client/CMakeLists.txt
===================================================================
--- test-suite/trunk/MultiSource/Benchmarks/Prolangs-C/archie-client/CMakeLists.txt
+++ test-suite/trunk/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.158862.patch
Type: text/x-patch
Size: 496 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180802/2f1708cc/attachment.bin>


More information about the llvm-commits mailing list