search for: clang_build_tools

Displaying 8 results from an estimated 8 matches for "clang_build_tools".

2018 Nov 28
2
Errors in configuration for LLVM with CMake GUI
I tried to configure CMake for LLVM using the GUI and I've attached the logs for the attempt to this message. I installed Perl and the latest version of GCC before that attempt. There were still errors that stopped it from being able to generate project files, though. I'd like to know how I can get this to work. How do I tell it where to find Backtrace, Libomp, Compiler-RT, LLD and
2018 Nov 29
7
Errors in configuration for LLVM with CMake GUI
...have discussed before, the source for clang and lld go into the llvm source folder's "tools" folder by those names. If they are there, after the configure step of the CMake-Gui, options will automatically appear for both clang and lld. You will want to mouse click the checkbox next to CLANG_BUILD_TOOLS and LLD_BUILD_TOOLS prior to hitting the generate button. Sorry I don't know more than that, but hopefully that will help some ... and then others can chime in if they know more about this than me. On Thu, Nov 29, 2018 at 2:52 PM Osman Zakir via llvm-dev <llvm-dev at lists.llvm.org<mail...
2018 Nov 28
2
Have LLD and Clang in their correct locations, but still can't generate project files for LLVM
...building LLVM v7 inside VS 2017 and targeting WebAssembly. Unlike Osman, I build the 32-bit version, but I suspect I would have no significant trouble switching to building the 64-bit version. I use CMake-Gui vs. Osman using Cmake on the command line. This allows me to use the mouse to select the CLANG_BUILD_TOOLS and LLD_BUILD_TOOLS options which are also needed to build those tools along with the rest of LLVM. I do this after the Configure step and before the Generate step. When that is done, I double click on the generated LLVM.sln file to fire up Visual Studio. I then right-click on BUILD_ALL to build L...
2018 Nov 27
3
Have LLD and Clang in their correct locations, but still can't generate project files for LLVM
I think most people are using ninja to do the build. You can still use the Visual Studio generator for the IDE experience while doing build from ninja. I know there are a couple of people who build from inside of Visual Studio, but it's a pretty small number, and I don't think they are targeting WebAssembly. On Tue, Nov 27, 2018 at 12:46 PM Osman Zakir via llvm-dev < llvm-dev at
2018 Nov 29
3
Errors in configuration for LLVM with CMake GUI
...e, the source for clang and lld > go into the llvm source folder's "tools" folder by those names. If they are > there, after the configure step of the CMake-Gui, options will > automatically appear for both clang and lld. You will want to mouse click > the checkbox next to CLANG_BUILD_TOOLS and LLD_BUILD_TOOLS prior to hitting > the generate button. > > Sorry I don't know more than that, but hopefully that will help some ... > and then others can chime in if they know more about this than me. > > On Thu, Nov 29, 2018 at 2:52 PM Osman Zakir via llvm-dev < >...
2018 Nov 29
2
Errors in configuration for LLVM with CMake GUI
...have discussed before, the source for clang and lld go into the llvm source folder's "tools" folder by those names. If they are there, after the configure step of the CMake-Gui, options will automatically appear for both clang and lld. You will want to mouse click the checkbox next to CLANG_BUILD_TOOLS and LLD_BUILD_TOOLS prior to hitting the generate button. Sorry I don't know more than that, but hopefully that will help some ... and then others can chime in if they know more about this than me. On Thu, Nov 29, 2018 at 2:52 PM Osman Zakir via llvm-dev <llvm-dev at lists.llvm.org<mail...
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
...ude //Library providing backtrace(3), empty for default set of libraries Backtrace_LIBRARY:FILEPATH= //Dependencies for target BugpointPasses_LIB_DEPENDS:STATIC= //Build CLANG example programs by default. CLANG_BUILD_EXAMPLES:BOOL=ON //Build the Clang tools. If OFF, just generate build targets. CLANG_BUILD_TOOLS:BOOL=ON //Default C++ stdlib to use ("libstdc++" or "libc++", empty for // platform default CLANG_DEFAULT_CXX_STDLIB:STRING= //Default linker to use (linker name or absolute path, empty for // platform default) CLANG_DEFAULT_LINKER:STRING= //Default OpenMP runtime used by -fo...