[PATCH] D111706: [lld-macho] Use StringRef's hash code as keys of loadedArchives

Vy Nguyen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 14 08:31:58 PDT 2021


oontvoo added inline comments.


================
Comment at: lld/test/MachO/multi-loaded-archive.yaml:8-11
+# RUN: llvm-ar rcs %t/Foo.framework/Versions/A/Foo %t/foo.o
+# RUN: ln -sf A %t/Foo.framework/Versions/Current
+# RUN: ln -sf Versions/Current/Foo %t/Foo.framework/Foo
+# RUN: %lld -demangle -ObjC -syslibroot %S/Inputs/MacOSX.sdk -o main.out %t/main.o %t/objFile1.o %t/objFile2.o -framework foo -F%t -framework CoreFoundation
----------------
Could you make sure any any file produced by this test is under `%t/` ?  our test machines limit where the tests can write 

(eg., the `main.out` should be `%t/main.out`, similarly, any implicit "current" dir should be spelled out to "%t" when possible)

Thanks!


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

https://reviews.llvm.org/D111706



More information about the llvm-commits mailing list