diff options
author | Louis Dionne <ldionne.2@gmail.com> | 2021-10-22 12:03:00 -0400 |
---|---|---|
committer | Louis Dionne <ldionne.2@gmail.com> | 2021-10-22 14:36:14 -0400 |
commit | e6f39c8b4891242c0d0d8e7a78041614d9bcdefc (patch) | |
tree | e6e3788f08509ddd6d877bbf7031ba631935c9df /llvm/unittests/Support/ErrorTest.cpp | |
parent | f2360e1156d086ac5ac58d7f29449adf9e75d716 (diff) | |
download | llvm-e6f39c8b4891242c0d0d8e7a78041614d9bcdefc.zip llvm-e6f39c8b4891242c0d0d8e7a78041614d9bcdefc.tar.gz llvm-e6f39c8b4891242c0d0d8e7a78041614d9bcdefc.tar.bz2 |
[libunwind] Fix path to libunwind for per-target-runtime-dir builds
We recently introduced a from-scratch config to run the libunwind tests.
However, that config was always looking for libunwind in <install>/lib,
and never in <install>/<target>/lib, which is necessary for tests to
work when the per-target-runtime-dir configuration is enabled.
This commit fixes that. I believe this is what caused the CI failures we
saw after 5a8ad80b6fa5 and caused it to be reverted.
Differential Revision: https://reviews.llvm.org/D112322
Diffstat (limited to 'llvm/unittests/Support/ErrorTest.cpp')
0 files changed, 0 insertions, 0 deletions