Files
clang-p2996/lld/test/elf/hexagon-quickdata-sortcommon.test
Nick Kledzik c314b46e71 This is my Driver refactoring patch.
The major changes are:
1) LinkerOptions has been merged into TargetInfo
2) LinkerInvocation has been merged into Driver
3) Drivers no longer convert arguments into an intermediate (core) argument 
   list, but instead create a TargetInfo object and call setter methods on 
   it. This is only how in-process linking would work. That is, you can 
   programmatically set up a TargetInfo object which controls the linking.
4) Lots of tweaks to test suite to work with driver changes
5) Add the DarwinDriver
6) I heavily doxygen commented TargetInfo.h

Things to do after this patch is committed:
a) Consider renaming TargetInfo, given its new roll. 
b) Consider pulling the list of input files out of TargetInfo. This will 
   enable in-process clients to create one TargetInfo the re-use it with 
   different input file lists.
c) Work out a way for Drivers to format the warnings and error done in 
   core linking.

llvm-svn: 178776
2013-04-04 18:59:24 +00:00

18 lines
626 B
Plaintext

RUN: lld -flavor gnu -target hexagon -o %t1 --noinhibit-exec \
RUN: %p/Inputs/quickdata-sortcommon-test.o.elf-hexagon
RUN: llvm-nm -n %t1 | FileCheck %s -check-prefix=quickdataSortCommon
quickdataSortCommon: 00002000 D A1
quickdataSortCommon: 00002001 D AA1
quickdataSortCommon: 00002002 D AAA1
quickdataSortCommon: 00002004 D B1
quickdataSortCommon: 00002006 D BB1
quickdataSortCommon: 00002008 D BBB1
quickdataSortCommon: 0000200c D C1
quickdataSortCommon: 00002010 D CC1
quickdataSortCommon: 00002014 D CCC1
quickdataSortCommon: 00002018 D D1
quickdataSortCommon: 00002020 D DD1
quickdataSortCommon: 00002028 D DDD1