Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[OpenMP] Remove OffloadArch LLVM tool and the library
`offload-arch` tool and `libLLVMOffloadArch.a` library used to be used for querying underlying system architecture by the OpenMP device runtime. It used to maintain a mapping between PCI-id to a vendor specified codename. It has not been in use for quite a while and maintaining such a mapping increases book keeping overhead. So, this tool is being removed. Change-Id: I7d814c865dcbf228b86dfc281062ab6f27cb0d9f
- Loading branch information