aboutsummaryrefslogtreecommitdiff
path: root/nixpkgs/pkgs/development/compilers/zig/llvm10_polly.patch
blob: 72449c35d91ff4587fba76e43999c01e0dd30c7d (plain)
1
2
3
4
5
6
7
8
9
10
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 97608cddf..e451c0711 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -369,4 +369,5 @@ target_link_libraries(zig_cpp LINK_PUBLIC
     ${CLANG_LIBRARIES}
     ${LLD_LIBRARIES}
     ${LLVM_LIBRARIES}
+    @llvm_extras@
 )