llvm-project/llvm/utils/gn/build/toolchain
Nico Weber a946cb1813 [gn build] Fix link with ld.bfd and gold.
lld's symbol resolution algorithm makes it not depend on
the order of object files and libraries, but ld.bfd and
gold require listing dependencies later on the link line.
Put {{libs}} after {{inputs}} so that e.g. -lpthreads
appears after the object files, not before it.

Differential Revision: https://reviews.llvm.org/D81035
2020-06-03 17:06:30 -04:00
..
BUILD.gn [gn build] Fix link with ld.bfd and gold. 2020-06-03 17:06:30 -04:00
compiler.gni gn build: Bump Android API level to 29, and NDK to r21. 2019-12-05 18:12:36 -08:00
target_flags.gni gn build: Add support for cross-compiling the builtins and profile runtimes for Android aarch64 and arm. 2019-10-31 15:47:20 -07:00