Displaying 5 results from an estimated 5 matches for "llvm_append_vc_rev".
2020 May 24
3
RFC: Release process changes
Hi Tom,
I would like to have the patch "Make LLVM_APPEND_VC_REV=OFF affect
clang, lld, and lldb as well." for the "release/10.x" Git.
That patch applies cleanly against latest "release/10.x" Git.
Does that fit your criteria and if yes - what do I have to do?
Thanks.
Regards,
- Sedat -
[1] https://github.com/llvm/llvm-project/commit...
2014 May 13
2
[LLVMdev] [PATCH] CMake add_version_info_from_vcs SVN_REPOSITORY
This will be used by Clang to show full build information when
LLVM_APPEND_VC_REV is enabled and LLVM/Clang are built from Git.
Also try to figure-out repository URL and revision from Git mirror parsing
git-svn-id: footer from last commit (if present).
---
cmake/modules/VersionFromVCS.cmake | 55 ++++++++++++++++++++++++++++----------
1 file changed, 41 insertions(+), 14 delet...
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
...endencies for target
LLVMXCoreInfo_LIB_DEPENDS:STATIC=
//Dependencies for target
LLVMXRay_LIB_DEPENDS:STATIC=
//Enable abi-breaking checks. Can be WITH_ASSERTS, FORCE_ON or
// FORCE_OFF.
LLVM_ABI_BREAKING_CHECKS:STRING=WITH_ASSERTS
//Append the version control system revision id to LLVM version
LLVM_APPEND_VC_REV:BOOL=OFF
//Value Computed by CMake
LLVM_BINARY_DIR:STATIC=/usr/local/google/home/blaikie/dev/llvm/build/clang/debug/split/notypes/nostandalone
//PATH to binutils/include containing plugin-api.h for gold plugin.
LLVM_BINUTILS_INCDIR:PATH=
//Build 32 bits executables and libraries.
LLVM_BUILD_32_B...