diff options
author | Marco Elver <elver@google.com> | 2023-06-09 12:12:30 +0200 |
---|---|---|
committer | Marco Elver <elver@google.com> | 2023-06-09 12:14:45 +0200 |
commit | 85d3873a45f9977f868723a221ebcb35100cac22 (patch) | |
tree | 444fe00d7f018cbdb0da173acf010240c8f9bf9a /llvm/lib/CodeGen/MachineScheduler.cpp | |
parent | b28614c4fce60168d0a37c3c56d4d8aff947d0cf (diff) | |
download | llvm-85d3873a45f9977f868723a221ebcb35100cac22.zip llvm-85d3873a45f9977f868723a221ebcb35100cac22.tar.gz llvm-85d3873a45f9977f868723a221ebcb35100cac22.tar.bz2 |
Fix "[compiler-rt] Allow 3 simultaneous interceptors on Linux"
Fix inline asm trampoline type. Some architectures will complain:
<inline asm>:8:41: error: expected STT_<TYPE_IN_UPPER_CASE>, '#<type>', '%<type>' or "<type>"
8 | .type __interceptor_trampoline_malloc, @function
Just use %function instead, which is what is also used in
sanitizer_asm.h
Diffstat (limited to 'llvm/lib/CodeGen/MachineScheduler.cpp')
0 files changed, 0 insertions, 0 deletions