[llvm-bugs] [Bug 40597] New: Error whlle compiling C++ with polly

via llvm-bugs llvm-bugs at lists.llvm.org
Mon Feb 4 21:21:37 PST 2019


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

            Bug ID: 40597
           Summary: Error whlle compiling C++ with polly
           Product: Polly
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: Other
          Assignee: polly-dev at googlegroups.com
          Reporter: pradeepisro49 at gmail.com
                CC: llvm-bugs at lists.llvm.org

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 (http://llvm.org/git/clang.git
44d861c1f7099970b74af95998dc36e99eeb1f08) (http://llvm.org/git/llvm.git
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 (http://llvm.org/git/clang.git
44d861c1f7099970b74af95998dc36e99eeb1f08) (http://llvm.org/git/llvm.git
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
https://bugs.llvm.org/ and include the crash backtrace, preprocessed source,
and associated run script.
clang-9: note: diagnostic msg: Error generating preprocessed source(s).

-- 
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/20190205/e22d56bb/attachment.html>


More information about the llvm-bugs mailing list