search for: clangbut

Displaying 2 results from an estimated 2 matches for "clangbut".

Did you mean: clang_rt
2020 Apr 08
3
Building libjpeg-turbo with LTO
Hi, I have tried to build libjpeg-turbo <https://github.com/libjpeg-turbo/libjpeg-turbo> with LTO in LLVM, using both clangbut get many errors in lld that look like the following: ld: error: undefined symbol: jpeg_std_error >>> referenced by jcstest.c:76 >>> lto.tmp:(main) ld: error: undefined symbol: jpeg_CreateCompress >>> referenced by jcstest.c:86 >>> lt...
2020 Apr 09
3
Building libjpeg-turbo with LTO
...> Shishir Jessu > > On Wed, Apr 8, 2020 at 12:22 PM Shishir V Jessu <shishir.jessu at utexas.edu> > wrote: > >> Hi, >> >> I have tried to build libjpeg-turbo >> <https://github.com/libjpeg-turbo/libjpeg-turbo> with LTO in LLVM, using >> both clangbut get many errors in lld that look like the following: >> >> ld: error: undefined symbol: jpeg_std_error >> >>> referenced by jcstest.c:76 >> >>> lto.tmp:(main) >> >> ld: error: undefined symbol: jpeg_CreateCompress >> >>...