[PATCH] D135879: [lld/ELF] Convert undef-spell-corrector.s test to split-file

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 13 12:37:17 PDT 2022


MaskRay accepted this revision.
MaskRay added inline comments.
This revision is now accepted and ready to land.


================
Comment at: lld/test/ELF/undef-spell-corrector.s:3
+
+# RUN: rm -rf %t && split-file %s %t
+# RUN: llvm-mc -filetype=obj -triple=x86_64 %t/test.s -o %t/test.o
----------------
Optional: if you use `&& cd %t`, then you can omit `%t/` below.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D135879/new/

https://reviews.llvm.org/D135879



More information about the llvm-commits mailing list