[llvm-bugs] [Bug 40213] New: ISL 0.20 does not install required isl-noexceptions.h file
via llvm-bugs
llvm-bugs at lists.llvm.org
Thu Jan 3 06:56:33 PST 2019
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: polly-dev at googlegroups.com
Reporter: dilyan.palauzov at aegee.org
CC: llvm-bugs at lists.llvm.org
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20190103/f3d3e4d9/attachment-0001.html>
More information about the llvm-bugs
mailing list