<html>
<head>
<base href="https://bugs.llvm.org/">
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_NEW "
title="NEW - Error whlle compiling C++ with polly"
href="https://bugs.llvm.org/show_bug.cgi?id=40597">40597</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>Error whlle compiling C++ with polly
</td>
</tr>
<tr>
<th>Product</th>
<td>Polly
</td>
</tr>
<tr>
<th>Version</th>
<td>unspecified
</td>
</tr>
<tr>
<th>Hardware</th>
<td>PC
</td>
</tr>
<tr>
<th>OS</th>
<td>Linux
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Severity</th>
<td>enhancement
</td>
</tr>
<tr>
<th>Priority</th>
<td>P
</td>
</tr>
<tr>
<th>Component</th>
<td>Other
</td>
</tr>
<tr>
<th>Assignee</th>
<td>polly-dev@googlegroups.com
</td>
</tr>
<tr>
<th>Reporter</th>
<td>pradeepisro49@gmail.com
</td>
</tr>
<tr>
<th>CC</th>
<td>llvm-bugs@lists.llvm.org
</td>
</tr></table>
<p>
<div>
<pre>The following error was printed when I ran clang with polly:
Command: clang -Xclang -load -Xclang LLVMPolly.so polly_test.cpp
clang version 9.0.0 (<a href="http://llvm.org/git/clang.git">http://llvm.org/git/clang.git</a>
44d861c1f7099970b74af95998dc36e99eeb1f08) (<a href="http://llvm.org/git/llvm.git">http://llvm.org/git/llvm.git</a>
911c696716fbcfc90f4f105f81ffacca4f7868ea)
Target: x86_64-unknown-linux-gnu
Thread model: posix
InstalledDir: [Path to Polly]/Polly/llvm_build//bin
Found candidate GCC installation: /usr/lib/gcc/i686-linux-gnu/6
Found candidate GCC installation: /usr/lib/gcc/i686-linux-gnu/6.0.0
Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/5
Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/5.4.0
Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/6
Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/6.0.0
Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/5.4.0
Candidate multilib: .;@m64
Selected multilib: .;@m64
Found CUDA installation: /usr/local/cuda-9.2, version 9.2
"[Path to Polly]/Polly/llvm_build/bin/clang-9" -cc1 -triple
x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -main-file-name
polly_test.cpp -mrelocation-model static -mthread-model posix -mdisable-fp-elim
-fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables
-fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -v
-resource-dir [Path to Polly]/Polly/llvm_build/lib/clang/9.0.0
-internal-isystem
/usr/lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0
-internal-isystem
/usr/lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/x86_64-linux-gnu/c++/5.4.0
-internal-isystem
/usr/lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/x86_64-linux-gnu/c++/5.4.0
-internal-isystem
/usr/lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/backward
-internal-isystem /usr/local/include -internal-isystem [Path to
Polly]/Polly/llvm_build/lib/clang/9.0.0/include -internal-externc-isystem
/usr/include/x86_64-linux-gnu -internal-externc-isystem /include
-internal-externc-isystem /usr/include -fdeprecated-macro
-fdebug-compilation-dir [Path to Polly]/C++ -ferror-limit 19 -fmessage-length
211 -fobjc-runtime=gcc -fcxx-exceptions -fexceptions -fdiagnostics-show-option
-fcolor-diagnostics -load [Path to Polly]/Polly/llvm_build//lib/LLVMPolly.so
-mllvm -polly -o /tmp/polly_test-f8fc45.o -x c++ polly_test.cpp -faddrsig
: CommandLine Error: Option 'polly-dependences-computeout' registered more than
once!
fatal error: error in backend: inconsistency in registered CommandLine options
clang-9: error: clang frontend command failed with exit code 70 (use -v to see
invocation)
clang version 9.0.0 (<a href="http://llvm.org/git/clang.git">http://llvm.org/git/clang.git</a>
44d861c1f7099970b74af95998dc36e99eeb1f08) (<a href="http://llvm.org/git/llvm.git">http://llvm.org/git/llvm.git</a>
911c696716fbcfc90f4f105f81ffacca4f7868ea)
Target: x86_64-unknown-linux-gnu
Thread model: posix
InstalledDir: [Path to Polly]/Polly/llvm_build//bin
clang-9: note: diagnostic msg: PLEASE submit a bug report to
<a href="https://bugs.llvm.org/">https://bugs.llvm.org/</a> and include the crash backtrace, preprocessed source,
and associated run script.
clang-9: note: diagnostic msg: Error generating preprocessed source(s).</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are on the CC list for the bug.</li>
</ul>
</body>
</html>