[all-commits] [llvm/llvm-project] 4821c9: [clang-repl] Fix PLT offset too large linker error...

Stefan Gränitz via All-commits all-commits at lists.llvm.org
Mon Jan 22 04:56:56 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 4821c90c24d52d4a42990fd9371caedb157bc58b
      https://github.com/llvm/llvm-project/commit/4821c90c24d52d4a42990fd9371caedb157bc58b
  Author: Stefan Gränitz <stefan.graenitz at gmail.com>
  Date:   2024-01-22 (Mon, 22 Jan 2024)

  Changed paths:
    M clang/tools/clang-repl/CMakeLists.txt

  Log Message:
  -----------
  [clang-repl] Fix PLT offset too large linker error on ARM (#78959)

I cross-compile clang-repl with GCC-10 on Ubuntu 20.04 and get this
error when linking with gold: PLT offset too large, try linking with
--long-plt




More information about the All-commits mailing list