Skip to content

Commit 036a20c

Browse files
authored
[llvm-gsymutil] Remove '--num-threads' in test (llvm#79934)
Number of threads will automatically be set to a good value
1 parent 9e02e8f commit 036a20c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/tools/llvm-gsymutil/X86/elf-empty-dir.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## Test converting DWARF using relative path
22

33
# RUN: yaml2obj %s -o %t
4-
# RUN: llvm-gsymutil --convert %t -o %t.gsym --segment-size=100000 --num-threads=80 --quiet 2>&1 | FileCheck %s --check-prefix=CONVERT
4+
# RUN: llvm-gsymutil --convert %t -o %t.gsym --segment-size=100000 --quiet 2>&1 | FileCheck %s --check-prefix=CONVERT
55

66
# CONVERT: Input file: {{.*\.yaml\.tmp}}
77
# CONVERT: Output file (x86_64): {{.*\.yaml\.tmp\.gsym}}

0 commit comments

Comments
 (0)