[clang] Support target names with dots in more utilities (PR #65812)
via cfe-commits
cfe-commits at lists.llvm.org
Mon Sep 18 12:13:52 PDT 2023
================
@@ -5,11 +5,14 @@
# RUN: mkdir %t
# RUN: ln -s llvm-ranlib %t/llvm-ranlib-9
# RUN: ln -s llvm-ranlib %t/ranlib.exe
+# RUN: ln -s llvm-ranlib %t/x86_64-unknown-freebsd13.2-llvm-ranlib
----------------
dankm wrote:
Yep, your second point is why I didn't bother making the second case for llvm-ranlib. On my first pass I just updated the existing testcases I found, but for ranlib I realised the same thing you did. I may just drop the ranlib test entirely.
https://github.com/llvm/llvm-project/pull/65812
More information about the cfe-commits
mailing list