[llvm-bugs] [Bug 25679] openmp code prevents lto bootstrap

via llvm-bugs llvm-bugs at lists.llvm.org
Mon May 15 13:01:56 PDT 2017


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

İsmail Dönmez <ismail at i10z.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |---

--- Comment #8 from İsmail Dönmez <ismail at i10z.com> ---
openmp code still fails with lto:

[ 2320s]
/home/abuild/rpmbuild/BUILD/llvm/projects/openmp/runtime/src/kmp_gsupport.cpp:242:
error: undefined referen[62/47173]
mp_aux_dispatch_init_8'
[ 2320s]
/home/abuild/rpmbuild/BUILD/llvm/projects/openmp/runtime/src/kmp_gsupport.cpp:305:
error: undefined reference to '__$
mp_run_before_invoked_task'
[ 2320s]
/home/abuild/rpmbuild/BUILD/llvm/projects/openmp/runtime/src/kmp_gsupport.cpp:437:
error: undefined reference to '__$
mp_run_after_invoked_task'
[ 2320s]
/home/abuild/rpmbuild/BUILD/llvm/projects/openmp/runtime/src/kmp_gsupport.cpp:595:
error: undefined reference to '__$mp_aux_dispatch_init_8'                      
                                                                               
[ 2320s]
/home/abuild/rpmbuild/BUILD/llvm/projects/openmp/runtime/src/kmp_gsupport.cpp:597:
error: undefined reference to '__$mp_aux_dispatch_init_8'
[ 2320s]
/home/abuild/rpmbuild/BUILD/llvm/projects/openmp/runtime/src/kmp_gsupport.cpp:600:
error: undefined reference to '__$mp_aux_dispatch_init_8'                      
                                                                               
[ 2320s]
/home/abuild/rpmbuild/BUILD/llvm/projects/openmp/runtime/src/kmp_gsupport.cpp:607:
error: undefined reference to '__$mp_aux_dispatch_fini_chunk_8'                
                                                                               
[ 2320s]
/home/abuild/rpmbuild/BUILD/llvm/projects/openmp/runtime/src/kmp_gsupport.cpp:611:
error: undefined reference to '__$mp_aux_dispatch_fini_chunk_8'                
                                                                               
[ 2320s]
/home/abuild/rpmbuild/BUILD/llvm/projects/openmp/runtime/src/kmp_gsupport.cpp:615:
error: undefined reference to '__$mp_aux_dispatch_fini_chunk_8'                
                                                                               
[ 2320s]
/home/abuild/rpmbuild/BUILD/llvm/projects/openmp/runtime/src/kmp_gsupport.cpp:619:
error: undefined reference to '__$mp_aux_dispatch_fini_chunk_8'                
                                                                               
[ 2320s]
/home/abuild/rpmbuild/BUILD/llvm/projects/openmp/runtime/src/kmp_gsupport.cpp:736:
error: undefined reference to '__$mp_aux_dispatch_init_8u'                     
                                                                               
[ 2320s]
/home/abuild/rpmbuild/BUILD/llvm/projects/openmp/runtime/src/kmp_gsupport.cpp:738:
error: undefined reference to '__$mp_aux_dispatch_init_8u'
[ 2320s]
/home/abuild/rpmbuild/BUILD/llvm/projects/openmp/runtime/src/kmp_gsupport.cpp:741:
error: undefined reference to '__$
mp_aux_dispatch_init_8u'
[ 2320s]
/home/abuild/rpmbuild/BUILD/llvm/projects/openmp/runtime/src/kmp_gsupport.cpp:744:
error: undefined reference to '__$
mp_aux_dispatch_init_8u'
[ 2320s]
/home/abuild/rpmbuild/BUILD/llvm/projects/openmp/runtime/src/kmp_gsupport.cpp:750:
error: undefined reference to '__$
mp_aux_dispatch_fini_chunk_8u'
[ 2320s]
/home/abuild/rpmbuild/BUILD/llvm/projects/openmp/runtime/src/kmp_gsupport.cpp:754:
error: undefined reference to '__$
mp_aux_dispatch_fini_chunk_8u'
[ 2320s]
/home/abuild/rpmbuild/BUILD/llvm/projects/openmp/runtime/src/kmp_gsupport.cpp:758:
error: undefined reference to '__$
mp_aux_dispatch_fini_chunk_8u'
[ 2320s]
/home/abuild/rpmbuild/BUILD/llvm/projects/openmp/runtime/src/kmp_gsupport.cpp:762:
error: undefined reference to '__$
mp_aux_dispatch_fini_chunk_8u'
[ 2320s] ../projects/openmp/runtime/src/kmp_ftn_entry.h:489: error: undefined
reference to '__kmp_get_schedule'
[ 2320s] ../projects/openmp/runtime/src/kmp_ftn_entry.h:507: error: undefined
reference to '__kmp_get_max_active_levels'
[ 2320s] ../projects/openmp/runtime/src/kmp_ftn_entry.h:1033: error: undefined
reference to '__kmp_elapsed_tick'
[ 2320s] ../projects/openmp/runtime/src/kmp_ftn_entry.h:489: error: undefined
reference to '__kmp_get_schedule'
[ 2320s] ../projects/openmp/runtime/src/kmp_ftn_entry.h:507: error: undefined
reference to '__kmp_get_max_active_levels'
[ 2320s] ../projects/openmp/runtime/src/kmp_ftn_entry.h:1033: error: undefined
reference to '__kmp_elapsed_tick'

-- 
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/20170515/b135991b/attachment-0001.html>


More information about the llvm-bugs mailing list