blob: eb607ca2b24c55d6e964ee9f739b59062e99809f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- ./projects/polly/lib/CMakeLists.txt.orig 2020-03-23 10:01:02.000000000 -0500
+++ ./projects/polly/lib/CMakeLists.txt 2020-03-24 14:47:14.602756953 -0500
@@ -139,7 +139,8 @@
)
# Polly-ACC requires the NVPTX target to be present in the executable it is linked to
- set_property(TARGET bugpoint APPEND PROPERTY LINK_LIBRARIES LLVMTarget)
+ # Randomly commented to fix build lol
+ #set_property(TARGET bugpoint APPEND PROPERTY LINK_LIBRARIES LLVMTarget)
endif ()
# Create a loadable module Polly.so that can be loaded using
|