[lld] r286493 - [LTO] Call llvm_shutdown on early exit.

Rafael EspĂ­ndola via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 14 04:50:58 PST 2016


> @@ -0,0 +1,13 @@
> +; REQUIRES: x86
> +; RUN: llvm-as %s -o %t.o
> +; RUN: lld -flavor gnu %t.o -o %t.so -shared -mllvm -time-passes 2>&1 | FileCheck %s


I would suggest adding a comment as to why this uses "lld -flavor gnu"
instead of ld.lld.

Cheers,
Rafael


More information about the llvm-commits mailing list