diff options
author | Fangrui Song <maskray@google.com> | 2020-01-18 21:44:06 -0800 |
---|---|---|
committer | Fangrui Song <maskray@google.com> | 2020-01-24 10:38:39 -0800 |
commit | 6c1e479db225897cbbff7894ffe77824c03ab8fd (patch) | |
tree | a57570f07e7b16f10b515dc56f46b2633c710543 /lldb/packages/Python/lldbsuite/test/lang/cpp/bitfields | |
parent | 50627622856e631bd522cefd84efe2c8070ef75e (diff) | |
download | bcm5719-llvm-6c1e479db225897cbbff7894ffe77824c03ab8fd.tar.gz bcm5719-llvm-6c1e479db225897cbbff7894ffe77824c03ab8fd.zip |
[CodeGen] Move fentry-insert, xray-instrumentation and patchable-function before addPreEmitPass()
This intention is to move patchable-function before aarch64-branch-targets
(configured in AArch64PassConfig::addPreEmitPass) so that we emit BTI before NOPs
(see https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92424).
This also allows addPreEmitPass() passes to know the precise instruction sizes if they want.
Tried x86-64 Debug/Release builds of ccls with -fxray-instrument -fxray-instruction-threshold=1.
No output difference with this commit and the previous commit.
(cherry picked from commit 9a24488cb67a90f889529987275c5e411ce01dda)
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/lang/cpp/bitfields')
0 files changed, 0 insertions, 0 deletions