summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/python_api/debugger/TestDebuggerAPI.py
diff options
context:
space:
mode:
authorPuyan Lotfi <puyan@puyan.org>2019-11-16 11:41:01 -0500
committerPuyan Lotfi <puyan@puyan.org>2019-11-19 01:18:02 -0500
commit58ea00b51fe9b011301484957556872fced7dd08 (patch)
tree9883c89598370baa140659b04ef5aa43123e6ab2 /lldb/packages/Python/lldbsuite/test/python_api/debugger/TestDebuggerAPI.py
parentb337bce8710f2a7ab8ce9f84c80cfbce1032963c (diff)
downloadbcm5719-llvm-58ea00b51fe9b011301484957556872fced7dd08.tar.gz
bcm5719-llvm-58ea00b51fe9b011301484957556872fced7dd08.zip
[clang][IFS] Driver pipeline: generate interface stubs after standard pipeline.
Up until now, clang interface stubs has replaced the standard PP -> C -> BE -> ASM -> LNK pipeline. With this change, it will happen in conjunction with it. So what when you build your code you will get an a.out or lib.so as well as an interface stub file. Example: clang -shared -o libfoo.so -emit-interface-stubs ... will generate both a libfoo.so and a libfoo.ifso. The .so file will contain the code from the standard compilation pipeline and the .ifso file will contain the ELF stub library. Differential Revision: https://reviews.llvm.org/D70274
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/debugger/TestDebuggerAPI.py')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud