diff options
Diffstat (limited to 'source/d/llvm/llvm.polly.hack.diff')
-rw-r--r-- | source/d/llvm/llvm.polly.hack.diff | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/source/d/llvm/llvm.polly.hack.diff b/source/d/llvm/llvm.polly.hack.diff new file mode 100644 index 00000000..eb607ca2 --- /dev/null +++ b/source/d/llvm/llvm.polly.hack.diff @@ -0,0 +1,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 |