[all-commits] [llvm/llvm-project] a26aa7: [BOLT] Fix some dwarf tests affected by 75095 (#75...
Rafael Auler via All-commits
all-commits at lists.llvm.org
Wed Dec 13 06:11:29 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a26aa79a3ba5638cd1f8a1a12ae30e481dd2f007
https://github.com/llvm/llvm-project/commit/a26aa79a3ba5638cd1f8a1a12ae30e481dd2f007
Author: Rafael Auler <rafaelauler at fb.com>
Date: 2023-12-13 (Wed, 13 Dec 2023)
Changed paths:
M bolt/test/X86/dwarf-test-df-logging.test
M bolt/test/X86/dwarf4-df-dualcu.test
M bolt/test/X86/dwarf4-split-dwarf-no-address.test
M bolt/test/X86/dwarf5-df-dualcu.test
M bolt/test/X86/dwarf5-df-mono-dualcu.test
M bolt/test/X86/dwarf5-locaddrx.test
Log Message:
-----------
[BOLT] Fix some dwarf tests affected by 75095 (#75327)
PR 75095 introduced some changes to lld that broke some dwarf tests that
were being incorrectly linked as a PIE. Add flags to disable any PIC/PIE
compilation, so the linker can succeed and the tests can run as
intended.
More information about the All-commits
mailing list