diff options
author | Joseph Huber <jhuber6@vols.utk.edu> | 2023-10-05 10:47:32 -0500 |
---|---|---|
committer | Joseph Huber <jhuber6@vols.utk.edu> | 2023-10-05 10:48:56 -0500 |
commit | 4e9054d3914a7095e28a9ba4e26a80b10bcc6c3d (patch) | |
tree | 7783eaf761e380e78ca8f34404fd45fbb16da440 /llvm/lib/Target/WebAssembly/WebAssemblyCFGStackify.cpp | |
parent | 918829959f96fc9975d61b4d4f2d28f2c41f9757 (diff) | |
download | llvm-4e9054d3914a7095e28a9ba4e26a80b10bcc6c3d.zip llvm-4e9054d3914a7095e28a9ba4e26a80b10bcc6c3d.tar.gz llvm-4e9054d3914a7095e28a9ba4e26a80b10bcc6c3d.tar.bz2 |
[Libomptarget] Fix lookup of the `libcgpu.a` library
Summary:
The `libcgpu.a` library was added to support certain libc functions. A
recent patch made us pass its location directly on the commandline,
however it used `find_library`. This doesn't work because the ordering
of CMake might run `fine_library` before it builds the library we're
trying to find. This patch changes this to just use the destimation we
know it will end up in and checks it manually.
Diffstat (limited to 'llvm/lib/Target/WebAssembly/WebAssemblyCFGStackify.cpp')
0 files changed, 0 insertions, 0 deletions