Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[llvm-gsymutil] Remove '--num-threads' in test #79934

Merged
merged 1 commit into from
Jan 30, 2024

Conversation

kusmour
Copy link
Contributor

@kusmour kusmour commented Jan 30, 2024

Number of threads will automatically be set to a good value

Number of threads will automatically be set to a good value
@llvmbot
Copy link
Collaborator

llvmbot commented Jan 30, 2024

@llvm/pr-subscribers-debuginfo

Author: Wanyi (kusmour)

Changes

Number of threads will automatically be set to a good value


Full diff: https://github.com/llvm/llvm-project/pull/79934.diff

1 Files Affected:

  • (modified) llvm/test/tools/llvm-gsymutil/X86/elf-empty-dir.yaml (+1-1)
diff --git a/llvm/test/tools/llvm-gsymutil/X86/elf-empty-dir.yaml b/llvm/test/tools/llvm-gsymutil/X86/elf-empty-dir.yaml
index 6f6acf8800488..343e5a690ccc1 100644
--- a/llvm/test/tools/llvm-gsymutil/X86/elf-empty-dir.yaml
+++ b/llvm/test/tools/llvm-gsymutil/X86/elf-empty-dir.yaml
@@ -1,7 +1,7 @@
 ## Test converting DWARF using relative path
 
 # RUN: yaml2obj %s -o %t
-# RUN: llvm-gsymutil --convert %t -o %t.gsym --segment-size=100000 --num-threads=80 --quiet 2>&1 | FileCheck %s --check-prefix=CONVERT
+# RUN: llvm-gsymutil --convert %t -o %t.gsym --segment-size=100000 --quiet 2>&1 | FileCheck %s --check-prefix=CONVERT
 
 # CONVERT: Input file: {{.*\.yaml\.tmp}}
 # CONVERT: Output file (x86_64): {{.*\.yaml\.tmp\.gsym}}

@kusmour kusmour merged commit 036a20c into llvm:main Jan 30, 2024
5 checks passed
@kusmour kusmour deleted the llvm-gsymutil-bugfix branch January 30, 2024 17:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants