================ @@ -0,0 +1,93 @@ +RUN: llvm-as %p/Inputs/asm-bar1.ll -o %t-asm-bar1.bc +RUN: llvm-as %p/Inputs/asm-foo-pauth.ll -o %t-asm-foo-pauth.bc ---------------- ilovepi wrote:
IIRC, we have a preference for split lines over using files in the Input folder. That would let these be `.ll` files instead of `.test`. https://github.com/llvm/llvm-project/pull/174995 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
