[llvm] Support target names with dots in more utilities (PR #65812)
James Henderson via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 18 00:52:31 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
----------------
jh7370 wrote:
I'm struggling to understand the logic in the llvm-ar test case gaining two new test cases, but the ranlib one only gaining one.
(On further investigation, I'm struggling to understand why the llvm-ranlib tool-name test even needs to exist, given that the code is the same code as llvm-ar at the relevant point).
https://github.com/llvm/llvm-project/pull/65812
More information about the llvm-commits
mailing list