https://bugs.llvm.org/show_bug.cgi?id=40213

            Bug ID: 40213
           Summary: ISL 0.20 does not install required isl-noexceptions.h
                    file
           Product: Polly
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: isl
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]

When I install ISL 0.20 on my system and compile polly 7.0.1 with
“POLLY_BUNDLED_ISL OFF“ the compilation fails, because isl/isl-noexceptions.h
is not found, which is correct, as ISL 0.20 has no such file:

[ …%] Building CXX object
tools/polly/lib/CMakeFiles/PollyCore.dir/Analysis/DependenceInfo.cpp.o
In file included from
/src/llvm/llvm-7.0.1.src/tools/polly/include/polly/ScopInfo.h:22:0,
                 from
/src/llvm/llvm-7.0.1.src/tools/polly/include/polly/ScopPass.h:21,
                 from
/src/llvm/llvm-7.0.1.src/tools/polly/include/polly/DependenceInfo.h:26,
                 from
/src/llvm/llvm-7.0.1.src/tools/polly/lib/Analysis/DependenceInfo.cpp:23:
/src/llvm/llvm-7.0.1.src/tools/polly/include/polly/Support/SCEVAffinator.h:20:10:
fatal error: isl/isl-noexceptions.h: No such file or directory
 #include "isl/isl-noexceptions.h"
          ^~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make[2]: *** [tools/polly/lib/CMakeFiles/PollyCore.dir/build.make:63:
tools/polly/lib/CMakeFiles/PollyCore.dir/Analysis/DependenceInfo.cpp.o] Error 1

* Don't depend on isl/isl-excetpons.h or hide the POLLY_BUNDLED_ISL option.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to