mirror of
git://slackware.nl/current.git
synced 2024-12-28 09:59:53 +01:00
13 lines
549 B
Diff
13 lines
549 B
Diff
|
--- ./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
|