[flang-commits] [clang] [llvm] [compiler-rt] [libc] [flang] [llvm-gsymutil] Fix assert failure on FileEntry.Dir empty (PR #79926)
Greg Clayton via flang-commits
flang-commits at lists.llvm.org
Mon Jan 29 18:24:55 PST 2024
================
@@ -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
More information about the flang-commits
mailing list