You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
337 B
8 lines
337 B
# REQUIRES: hexagon
|
|
# RUN: llvm-mc -filetype=obj -mv62 -triple=hexagon-unknown-elf %s -o %t
|
|
# RUN: llvm-mc -filetype=obj -mv60 -triple=hexagon-unknown-elf %S/Inputs/hexagon.s -o %t2
|
|
# RUN: ld.lld %t2 %t -o %t3
|
|
# RUN: llvm-readelf -h %t3 | FileCheck %s
|
|
# Verify that the largest arch in the input list is selected.
|
|
# CHECK: Flags: 0x62
|