Skip to content

Commit

Permalink
[OpenMP] Remove OffloadArch LLVM tool and the library
Browse files Browse the repository at this point in the history
`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
saiislam authored and ronlieb committed Jul 10, 2024
1 parent 99e48c6 commit dc9a669
Show file tree
Hide file tree
Showing 16 changed files with 0 additions and 3,773 deletions.
76 changes: 0 additions & 76 deletions llvm/include/llvm/OffloadArch/OffloadArch.h

This file was deleted.

1 change: 0 additions & 1 deletion llvm/lib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ add_subdirectory(MCA)
add_subdirectory(ObjCopy)
add_subdirectory(Object)
add_subdirectory(ObjectYAML)
add_subdirectory(OffloadArch)
add_subdirectory(Option)
add_subdirectory(Remarks)
add_subdirectory(Debuginfod)
Expand Down
38 changes: 0 additions & 38 deletions llvm/lib/OffloadArch/CMakeLists.txt

This file was deleted.

Loading

0 comments on commit dc9a669

Please sign in to comment.