summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/lang/cpp/overloaded-functions/TestOverloadedFunctions.py
diff options
context:
space:
mode:
authorAnton Korobeynikov <anton@korobeynikov.info>2019-01-16 14:03:41 +0000
committerAnton Korobeynikov <anton@korobeynikov.info>2019-01-16 14:03:41 +0000
commitcbdb4effae0d641d41e8b71e463ada7831884315 (patch)
tree022393dfa65f29a5cffa68885458ed4ffe88cd58 /lldb/packages/Python/lldbsuite/test/lang/cpp/overloaded-functions/TestOverloadedFunctions.py
parent383e8271212bfabb824161c9c30e22afa07d44e2 (diff)
downloadbcm5719-llvm-cbdb4effae0d641d41e8b71e463ada7831884315.tar.gz
bcm5719-llvm-cbdb4effae0d641d41e8b71e463ada7831884315.zip
[MSP430] Emit a separate section for every interrupt vector
This is LLVM part of D56663 Linker scripts shipped by TI require to have every interrupt vector in a separate section with a specific name: SECTIONS { __interrupt_vector_XX : { KEEP (*(__interrupt_vector_XX )) } > VECTXX ... } Follow the requirement emit the section for every vector which contain address of interrupt handler: .section __interrupt_vector_XX,"ax",@progbits .word %isr% Patch by Kristina Bessonova! Differential Revision: https://reviews.llvm.org/D56664 llvm-svn: 351345
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/lang/cpp/overloaded-functions/TestOverloadedFunctions.py')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud