================
@@ -0,0 +1,108 @@
+## 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
----------------
clayborg wrote:

Don't specify the number of threads, they will automatically be set to a good 
value.

https://github.com/llvm/llvm-project/pull/79926
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to