DavidSpickett wrote:

Clang only supports DWARF64 for ELF:
```
def gdwarf64 : Flag<["-"], "gdwarf64">, Group<g_Group>,
  Visibility<[ClangOption, CC1Option, CC1AsOption]>,
  HelpText<"Enables DWARF64 format for ELF binaries, if debug information 
emission is enabled.">,
  MarshallingInfoFlag<CodeGenOpts<"Dwarf64">>;
```
So the existing Linux bots could run these tests. You can check the test 
compiler being used and see if it supports the option, that's more flexible 
than requiring it to be on Linux.

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

Reply via email to