mirror of
https://github.com/intel/llvm.git
synced 2026-01-15 12:25:46 +08:00
Previously, device info was returned as a queue with each element having a "Level" field indicating its nesting level. This replaces this queue with a more traditional tree-like structure. This should not result in a change to the output of `llvm-offload-device-info`.