search for: llvmproject

Displaying 16 results from an estimated 16 matches for "llvmproject".

Did you mean: llvm_project
2012 Mar 28
2
[LLVMdev] Building past few days with Clang++ and Clang produces errors on Cmake for Debian Linux
...st X86 follow along the progress of other platforms, though just building for X86 produces the same results below. *Assumption:* Configure cmake with prior built clang and clang++ via gcc-4.6.3 under /usr/local/bin... /clang .../clang++ as follows: > mdriftmeyer at horus:~/DeveloperProjects/LLVMProject/cmake-llvm$ cmake > -DCMAKE_BUILD_TYPE=MinSizeRel > -DCMAKE_CXX_COMPILER=/usr/local/bin/clang++ > -DCMAKE_C_COMPILER=/usr/local/bin/clang -DCMAKE_CXX_FLAGS='-O2' > CMAKE_C_FLAGS='-O2' -DLLVM_BUILD_EXAMPLES=ON -DLLVM_BUILD_TESTS=ON > -DLLVM_INCLUDE_TESTS=ON >...
2013 Jan 11
1
[LLVMdev] SMFixIt helps break TableGen in Trunk
Trunk output: > [ 32%] Building CXX object > examples/Kaleidoscope/Chapter3/CMakeFiles/Kaleidoscope-Ch3.dir/toy.cpp.o > /home/mdriftmeyer/DeveloperProjects/LLVMProject/trunk/llvm/tools/clang/utils/TableGen/ClangDiagnosticsEmitter.cpp:158:17: > error: > no member named 'getSuperClassRanges' in 'llvm::Record'; did you > mean 'getSuperClasses'? > return R->getSuperClassRanges()[i]; > ^~~~~~~~~~~...
2012 Jun 21
0
[LLVMdev] Features.h not being found now on trunk compiling under Debian Sid
...1 > make[1]: *** [runtime/libprofile/CMakeFiles/profile_rt-shared.dir/all] > Error 2 > make[1]: *** Waiting for unfinished jobs.... > [ 1%] Building CXX object > lib/Support/CMakeFiles/LLVMSupport.dir/APInt.cpp.o > In file included from > /home/mdriftmeyer/DeveloperProjects/LLVMProject/trunk/llvm/lib/Support/APInt.cpp:16: > In file included from > /home/mdriftmeyer/DeveloperProjects/LLVMProject/trunk/llvm/include/llvm/ADT/APInt.h:18: > In file included from > /home/mdriftmeyer/DeveloperProjects/LLVMProject/trunk/llvm/include/llvm/ADT/ArrayRef.h:13: > In file incl...
2012 Jun 06
2
[LLVMdev] llvm-dev 2012 meet videos
On Wed, Jun 6, 2012 at 3:09 AM, Joey Gouly <joel.gouly at gmail.com> wrote: > There are plans to upload, when Chandler has the time. The YouTube account > is LLVMProject. > Should get them up this week. Sorry I didn't even remember to do it after they were posted! > Joey > On Jun 6, 2012 8:45 AM, "ankur deshwal" <a.s.deshwal at gmail.com> wrote: > >> Hi, >> >> I am unable to download videos from the site >>...
2013 Nov 23
2
[LLVMdev] Builds failing on lldb with the following for well over a week on a new build folder
...tImpl&&)'** **clang: error: linker command failed with exit code 1 (use -v to see invocation)** **make[2]: *** [bin/lldb-3.5] Error 1* make[1]: *** [tools/lldb/tools/driver/CMakeFiles/lldb.dir/all] Error 2 make[1]: *** Waiting for unfinished jobs.... /home/mdriftmeyer/DeveloperProjects/LLVMProject/llvm/tools/lldb/tools/lldb-platform/lldb-platform.cpp:295:35: warning: comparison of integers of different signs: 'int' and 'size_type' (aka 'unsigned long') [-Wsign-compare] for (int j = 0; j < listen_host_port.size(); j++)...
2012 Jun 06
0
[LLVMdev] llvm-dev 2012 meet videos
There are plans to upload, when Chandler has the time. The YouTube account is LLVMProject. Joey On Jun 6, 2012 8:45 AM, "ankur deshwal" <a.s.deshwal at gmail.com> wrote: > Hi, > > I am unable to download videos from the site > > http://llvm.org/devmtg/2012-04-12/. > > The response I always get is > > Proxy request sent, awaiting response... 5...
2012 Nov 08
2
[LLVMdev] llvm-config --libs failed
Hi! I'm trying to use the LLVMProject toolchain (according to this page: http://llvm.org/docs/Projects.html). I created a project "test" with kaleidoscope example source code from: http://llvm.org/docs/tutorial/LangImpl3.html It compiles successfully with: clang++ -g -O3 toy.cpp `llvm-config --cppflags --ldflags --libs core`...
2012 Jun 06
2
[LLVMdev] llvm-dev 2012 meet videos
Hi, I am unable to download videos from the site http://llvm.org/devmtg/2012-04-12/. The response I always get is Proxy request sent, awaiting response... 503 Service Unavailable 2012-06-06 12:00:14 ERROR 503: Service Unavailable. If possible, please share the videos on other medium ( youtube etc.) too. This will spare LLVM web server from heavy traffic due to video downloads too. Thanks and
2012 Jun 07
0
[LLVMdev] llvm-dev 2012 meet videos
...nd "-" in the filenames. Thank you. 2012/6/6 Chandler Carruth <chandlerc at google.com>: > On Wed, Jun 6, 2012 at 3:09 AM, Joey Gouly <joel.gouly at gmail.com> wrote: >> >> There are plans to upload, when Chandler has the time. The YouTube account >> is LLVMProject. > > Should get them up this week. Sorry I didn't even remember to do it after > they were posted! > >> >> Joey >> >> On Jun 6, 2012 8:45 AM, "ankur deshwal" <a.s.deshwal at gmail.com> wrote: >>> >>> Hi, >>> >>...
2013 Nov 25
0
[LLVMdev] Builds failing on lldb with the following for well over a week on a new build folder
...; > clang: error: linker command failed with exit code 1 (use -v to see > invocation) > make[2]: *** [bin/lldb-3.5] Error 1 > make[1]: *** [tools/lldb/tools/driver/CMakeFiles/lldb.dir/all] Error 2 > make[1]: *** Waiting for unfinished jobs.... > /home/mdriftmeyer/DeveloperProjects/LLVMProject/llvm/tools/lldb/tools/lldb-platform/lldb-platform.cpp:295:35: > warning: comparison of integers of different > signs: 'int' and 'size_type' (aka 'unsigned long') [-Wsign-compare] > for (int j = 0; j < listen_host_port.size(); j++) >...
2019 Nov 13
2
Compiling libc++ using GNU Arm Embedded Toolchain for arm-cortex-m4
...compiler appears to require libatomic, but cannot find it.") to: message(WARNING "Host compiler appears to require libatomic, but cannot find it.") could push the things further. But then I encounter that error: -- Targeting ARM CMake Error at /home/kacper/Workspace/LLVMProject/libcxxabi/CMakeLists.txt:216 (message): LIBCXXABI_BUILD_32_BITS=ON is not supported on this platform. which is confusing. Can't the libc++abi be compiled for 32B ARM targets? Best regards, Kacper Kowalski -------------- next part -------------- An HTML attachment was scrubbed... URL:...
2012 Nov 08
0
[LLVMdev] llvm-config --libs failed
Wojciech Daniło <wojtek.danilo.ml at gmail.com> writes: > Hi! > I'm trying to use the LLVMProject toolchain (according to this page: > http://llvm.org/docs/Projects.html). > I created a project "test" with kaleidoscope example source code from: > http://llvm.org/docs/tutorial/LangImpl3.html > It compiles successfully with: clang++ -g -O3 toy.cpp `llvm-config > --cppflag...
2012 Nov 08
2
[LLVMdev] llvm-config --libs failed
...[all] Error 1 make[1]: Leaving directory `/home/username/dev/llvm/src/projects/test/build/tools' make: *** [all] Error 1 2012/11/8 Óscar Fuentes <ofv at wanadoo.es> > Wojciech Daniło <wojtek.danilo.ml at gmail.com> writes: > > > Hi! > > I'm trying to use the LLVMProject toolchain (according to this page: > > http://llvm.org/docs/Projects.html). > > I created a project "test" with kaleidoscope example source code from: > > http://llvm.org/docs/tutorial/LangImpl3.html > > It compiles successfully with: clang++ -g -O3 toy.cpp `llvm-c...
2012 Nov 09
2
[LLVMdev] llvm-config --libs failed
.../src/projects/test/build/tools' >> make: *** [all] Error 1 >> >> 2012/11/8 Óscar Fuentes <ofv at wanadoo.es> >> >>> Wojciech Daniło <wojtek.danilo.ml at gmail.com> writes: >>> >>> > Hi! >>> > I'm trying to use the LLVMProject toolchain (according to this page: >>> > http://llvm.org/docs/Projects.html). >>> > I created a project "test" with kaleidoscope example source code from: >>> > http://llvm.org/docs/tutorial/LangImpl3.html >>> > It compiles successfully with...
2012 Nov 09
0
[LLVMdev] llvm-config --libs failed
...ry > `/home/username/dev/llvm/src/projects/test/build/tools' > make: *** [all] Error 1 > > 2012/11/8 Óscar Fuentes <ofv at wanadoo.es> > >> Wojciech Daniło <wojtek.danilo.ml at gmail.com> writes: >> >> > Hi! >> > I'm trying to use the LLVMProject toolchain (according to this page: >> > http://llvm.org/docs/Projects.html). >> > I created a project "test" with kaleidoscope example source code from: >> > http://llvm.org/docs/tutorial/LangImpl3.html >> > It compiles successfully with: clang++ -g -O3...
2012 Nov 10
0
[LLVMdev] llvm-config --libs failed
...39; >>> make: *** [all] Error 1 >>> >>> 2012/11/8 Óscar Fuentes <ofv at wanadoo.es> >>> >>>> Wojciech Daniło <wojtek.danilo.ml at gmail.com> writes: >>>> >>>> > Hi! >>>> > I'm trying to use the LLVMProject toolchain (according to this page: >>>> > http://llvm.org/docs/Projects.html). >>>> > I created a project "test" with kaleidoscope example source code from: >>>> > http://llvm.org/docs/tutorial/LangImpl3.html >>>> > It compiles s...