llvm-project/llvm/test/LTO/X86/current-section.ll
Jake Egan 158ac4a627 [LTO] Remove default_triple requirement from tests that specify the triple
The `default_triple` requirement is redundant if the test specifies the triple, so this patch removes it.

Reviewed By: hubert.reinterpretcast

Differential Revision: https://reviews.llvm.org/D115048
2021-12-08 09:17:32 -05:00

8 lines
212 B
LLVM

; RUN: llvm-as < %s >%t1
; RUN: llvm-lto -o %t2 %t1
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-unknown-linux-gnu"
module asm ".align 4"