[all-commits] [llvm/llvm-project] 9d9efb: [lld][CMake] Add LLD_DEFAULT_NOSTART_STOP_GC
Fangrui Song via All-commits
all-commits at lists.llvm.org
Tue Jan 11 22:01:30 PST 2022
Branch: refs/heads/release/13.x
Home: https://github.com/llvm/llvm-project
Commit: 9d9efb1f67ff70e996b1cb7fa00e24b9121be226
https://github.com/llvm/llvm-project/commit/9d9efb1f67ff70e996b1cb7fa00e24b9121be226
Author: Fangrui Song <i at maskray.me>
Date: 2022-01-11 (Tue, 11 Jan 2022)
Changed paths:
M lld/CMakeLists.txt
M lld/ELF/Driver.cpp
M lld/test/CMakeLists.txt
M lld/test/ELF/gc-sections-metadata-startstop.s
M lld/test/ELF/gc-sections-startstop-hint.s
M lld/test/ELF/gc-sections-startstop.s
M lld/test/lit.cfg.py
M lld/test/lit.site.cfg.py.in
Log Message:
-----------
[lld][CMake] Add LLD_DEFAULT_NOSTART_STOP_GC
This option is for groups who need time to accomodate the ld.lld -z
start-stop-gc default.
This is a modified version of https://reviews.llvm.org/D114186 that
enables this option by default.
More information about the All-commits
mailing list