[llvm] [AMDGPU][test] fix the error case in update_mc_test_check script (PR #112731)
Ivan Kosarev via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 18 04:06:27 PDT 2024
================
@@ -15,15 +15,14 @@
mc_LIKE_TOOLS = [
"llvm-mc",
- "not llvm-mc",
]
----------------
kosarev wrote:
Looks like `mc_LIKE_TOOLS` is not needed anymore?
https://github.com/llvm/llvm-project/pull/112731
More information about the llvm-commits
mailing list