We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
target triple
1 parent a6cec3f commit 25c2cc4Copy full SHA for 25c2cc4
llvm/test/Transforms/GlobalOpt/X86/apx.ll
@@ -1,5 +1,8 @@
1
; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 6
2
-; RUN: opt -mtriple=x86_64 -S -passes=globalopt -o - < %s | FileCheck %s
+; RUN: opt -S -passes=globalopt -o - < %s | FileCheck %s
3
+
4
+target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
5
+target triple = "x86_64-unknown-linux-gnu"
6
7
define void @caller1() {
8
; CHECK-LABEL: define void @caller1() local_unnamed_addr {
0 commit comments