search for: clang_vendor

Displaying 10 results from an estimated 10 matches for "clang_vendor".

2015 Jul 16
4
[LLVMdev] [3.7 Release] RC1 has been tagged, Testing Phase I begins
...t;path> to all compiler invocations for --sysroot=<path>." ) > > -set(CLANG_DEFAULT_OPENMP_RUNTIME "libgomp" CACHE STRING > +set(CLANG_DEFAULT_OPENMP_RUNTIME "libomp" CACHE STRING > "Default OpenMP runtime used by -fopenmp.") > > set(CLANG_VENDOR "" CACHE STRING > > so that the new llvm openmp library (which passes a three stage > bootstrap as part of an > in-tree build of llvm/cfe/compiler-rt/polly/libc++/openmp on > x86_64-apple-darwin). I'm not fully aware of the implications of this, but if we do want to ch...
2015 Jul 17
2
[LLVMdev] [3.7 Release] RC1 has been tagged, Testing Phase I begins
...lt;path>." ) >> > >> > -set(CLANG_DEFAULT_OPENMP_RUNTIME "libgomp" CACHE STRING >> > +set(CLANG_DEFAULT_OPENMP_RUNTIME "libomp" CACHE STRING >> > "Default OpenMP runtime used by -fopenmp.") >> > >> > set(CLANG_VENDOR "" CACHE STRING >> > >> > so that the new llvm openmp library (which passes a three stage >> > bootstrap as part of an >> > in-tree build of llvm/cfe/compiler-rt/polly/libc++/openmp on >> > x86_64-apple-darwin). >> >> I'm not fu...
2015 Jul 21
2
[LLVMdev] [3.7 Release] RC1 has been tagged, Testing Phase I begins
...gt;> > -set(CLANG_DEFAULT_OPENMP_RUNTIME "libgomp" CACHE STRING >> >> > +set(CLANG_DEFAULT_OPENMP_RUNTIME "libomp" CACHE STRING >> >> > "Default OpenMP runtime used by -fopenmp.") >> >> > >> >> > set(CLANG_VENDOR "" CACHE STRING >> >> > >> >> > so that the new llvm openmp library (which passes a three stage >> >> > bootstrap as part of an >> >> > in-tree build of llvm/cfe/compiler-rt/polly/libc++/openmp on >> >> > x86_64-ap...
2018 Nov 29
3
Errors in configuration for LLVM with CMake GUI
...9;ll just put llvm_root/tools/lld, if that's good enough. > > As for pthread, shouldn't I have that? I mean, it's the standard threads > library, isn't it? And CMake also can't find the header that malloc is in, > among some other headers. > > And what is the CLANG_VENDOR setting asking for? The vendor that I got > Clang from? And what about CLANG_VENDOR_UTI? > > CMAKE_INSTALL_OLDINCLUDEDIR is set to the Linux-specific /usr/local for > some reason. What should I set it to? > > Note: @Zachary Turner <zturner at google.com> I wrote this befo...
2018 Nov 29
2
Errors in configuration for LLVM with CMake GUI
...For the Linker I think I'll just put llvm_root/tools/lld, if that's good enough. As for pthread, shouldn't I have that? I mean, it's the standard threads library, isn't it? And CMake also can't find the header that malloc is in, among some other headers. And what is the CLANG_VENDOR setting asking for? The vendor that I got Clang from? And what about CLANG_VENDOR_UTI? CMAKE_INSTALL_OLDINCLUDEDIR is set to the Linux-specific /usr/local for some reason. What should I set it to? Note: @Zachary Turner<mailto:zturner at google.com> I wrote this before I saw your latest m...
2018 Nov 29
7
Errors in configuration for LLVM with CMake GUI
I probably need GCC for Git bash. And the one I have is MinGW's GCC, which is the one for Windows. I don't know why CMake is trying to find Linux headers. Hopefully someone who knows better what to do will weigh in here. @Jonathan Goodwin<mailto:jondgoodwin at gmail.com> , are you sure you didn't have to tell it where the header files for Windows are? If I need to specify
2015 Jul 16
23
[LLVMdev] [3.7 Release] RC1 has been tagged, Testing Phase I begins
Dear testers, 3.7.0-rc1 was just tagged; please start your testing engines :-) Upload binaries to the sftp and report your results to this thread. I'm sorry for the delay between branching and tagging. The changes to the release script took a little longer than I hoped. Thanks for helping with the release, and do let me know of any issues, questions, etc. The tracking bug for release
2016 Mar 17
2
Building with LLVM_PARALLEL_XXX_JOBS
On Mon, Mar 14, 2016 at 5:30 PM, Chris Bieneman <cbieneman at apple.com> wrote: [ brutal-snip ] ... > [ TODO#S: Before doing a 2nd build (and in a 3rd run using more > optimized binaries) ] > > How do I anable LTO via CMAKE? > > > LLVM_ENALBLE_LTO=On > [ v4 of my build-script attached ] Hi Chris, thanks for the response! That seems to work (see below). $ cd
2017 Feb 11
2
Asan self host problems: Failed to deallocate
Trying to run a self host "ninja check-clang" with ASan enabled I hit a /lot/ of errors like this (strangely I hit none of these in check-llvm, only in check-clang): Any ideas? ==10525==ERROR: AddressSanitizer failed to deallocate 0x10800 (67584) bytes at address 0x631000014800 ==10525==AddressSanitizer CHECK failed:
2017 Feb 15
2
Asan self host problems: Failed to deallocate
...er to build libclang as part of CLANG CLANG_TOOL_LIBCLANG_BUILD:BOOL=ON //Whether to build scan-build as part of CLANG CLANG_TOOL_SCAN_BUILD_BUILD:BOOL=ON //Whether to build scan-view as part of CLANG CLANG_TOOL_SCAN_VIEW_BUILD:BOOL=ON //Vendor-specific text for showing with version information. CLANG_VENDOR:STRING= //Vendor-specific uti. CLANG_VENDOR_UTI:STRING=org.llvm.clang //Path to a program. CMAKE_AR:FILEPATH=/usr/bin/ar //The ASM compiler CMAKE_ASM_COMPILER:FILEPATH=/usr/local/google/home/blaikie/install/bin/clang //Flags used by the assembler during all build types. CMAKE_ASM_FLAGS:STRING=...