> @@ -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