[llvm] [BOLT] Use restored names in funcs-{, file-}no-regex (PR #127738)
Maksim Panchenko via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 18 22:50:49 PST 2025
================
@@ -0,0 +1,16 @@
+## Checks handling of function names passed via -funcs-no-regex
+
+# RUN: llvm-mc -filetype=obj -triple x86_64-unknown-unknown %s -o %t.o
+# RUN: ld.lld %t.o -o %t.exe -nostdlib
+# RUN: llvm-bolt %t.exe -o %t.out -funcs-no-regex=func -print-cfg | FileCheck %s
----------------
maksfb wrote:
nit: use double dash for verbose options.
https://github.com/llvm/llvm-project/pull/127738
More information about the llvm-commits
mailing list