summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/expression_command/call-function/TestCallStdStringFunction.py
diff options
context:
space:
mode:
authorDylan McKay <dylanmckay34@gmail.com>2017-01-05 05:20:27 +0000
committerDylan McKay <dylanmckay34@gmail.com>2017-01-05 05:20:27 +0000
commit924fa3abdc1d28f7ecbc69cc70002ad0effe0a4c (patch)
treed9ad2a8e7849c330d3603b5f72ba0caa655957d8 /lldb/packages/Python/lldbsuite/test/expression_command/call-function/TestCallStdStringFunction.py
parentc1d5d110a1f5d910ee997ce1f08f635c8e7baba2 (diff)
downloadbcm5719-llvm-924fa3abdc1d28f7ecbc69cc70002ad0effe0a4c.tar.gz
bcm5719-llvm-924fa3abdc1d28f7ecbc69cc70002ad0effe0a4c.zip
Add AVR target and toolchain to Clang
Summary: Authored by Senthil Kumar Selvaraj This patch adds barebones support in Clang for the (experimental) AVR target. It uses the integrated assembler for assembly, and the GNU linker for linking, as lld doesn't know about the target yet. The DataLayout string is the same as the one in AVRTargetMachine.cpp. The alignment specs look wrong to me, as it's an 8 bit target and all types only need 8 bit alignment. Clang failed with a datalayout mismatch error when I tried to change it, so I left it that way for now. Reviewers: rsmith, dylanmckay, cfe-commits, rengolin Subscribers: rengolin, jroelofs, wdng Differential Revision: https://reviews.llvm.org/D27123 llvm-svn: 291082
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/expression_command/call-function/TestCallStdStringFunction.py')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud