[PATCH] D143085: [BOLT] Search section based on relocation symbol

Rafael Auler via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 6 14:52:15 PST 2023


rafauler added inline comments.


================
Comment at: bolt/test/AArch64/Inputs/array_end.ld_script:2-5
+/* Copyright (C) 2014-2020 Free Software Foundation, Inc.
+   Copying and distribution of this script, with or without modification,
+   are permitted in any medium without royalty provided the copyright
+   notice and this notice are preserved.  */
----------------
Probably worth asking on discourse if there are any legal implications of checking in a GNU linkerscript into LLVM's codebase, since GNU works with a different license


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D143085/new/

https://reviews.llvm.org/D143085



More information about the llvm-commits mailing list