mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-24 00:46:06 +00:00

Using a `--section-start` address in the test was causing link errors on some targets. Now it uses a linker script to move the note after `.bss`, which should still have the kind of memory offset we're looking for. This is a follow-up to #114907 to fix buildbot errors.
Compiler-RT ================================ This directory and its subdirectories contain source code for the compiler support routines. Compiler-RT is open source software. You may freely distribute it under the terms of the license agreement found in LICENSE.txt. ================================