Michael137 wrote: @slinder1 any opinions on this? Would this break any existing AMD tooling you're aware of?
@accauble can you elaborate on "ROCgdb has to use a workaround to detect that a program is a HIP application". That seems like a reasonable motivation but can you point us to the place where it does this? In LLDB the places that would need changing are primarily: * https://github.com/llvm/llvm-project/blob/0e3a96d0ec01e3575674d72c4e23bf98affdca28/lldb/source/Target/Language.cpp#L346 * https://github.com/llvm/llvm-project/blob/0e3a96d0ec01e3575674d72c4e23bf98affdca28/lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp#L111 https://github.com/llvm/llvm-project/pull/181738 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
