diff options
author | Joseph Huber <jhuber6@vols.utk.edu> | 2023-08-17 15:40:21 -0500 |
---|---|---|
committer | Joseph Huber <jhuber6@vols.utk.edu> | 2023-08-17 17:22:55 -0500 |
commit | b20a385422d8714257cda7fba7b52ac09fb30b2d (patch) | |
tree | 038d6b665e85d04759fbbdcbbd9d82a06b7d388a /llvm/tools/llvm-objdump/llvm-objdump.cpp | |
parent | 846fbb06b8bf154a6c39d6b95a09b42ecd871811 (diff) | |
download | llvm-b20a385422d8714257cda7fba7b52ac09fb30b2d.zip llvm-b20a385422d8714257cda7fba7b52ac09fb30b2d.tar.gz llvm-b20a385422d8714257cda7fba7b52ac09fb30b2d.tar.bz2 |
[libc] Do not run tests on vendor implemented math
We currently remap vendor implementations of math functions to provide a
temporarily functional `libm.a` for the GPU. However, we should not run
tests on any files that depend on these vendor implementations as they
are not under our control and are not always present.
The goal in the future is to remove the need for this by replacing all
the vendor functionality, but for now this is a workaround.
Reviewed By: JonChesterfield
Differential Revision: https://reviews.llvm.org/D158213
Diffstat (limited to 'llvm/tools/llvm-objdump/llvm-objdump.cpp')
0 files changed, 0 insertions, 0 deletions