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.
x86-registered-target
1 parent e71f243 commit c33e50bCopy full SHA for c33e50b
llvm/test/Transforms/GlobalOpt/X86/apx.ll
@@ -1,8 +1,6 @@
1
; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 6
2
-; 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"
+; REQUIRES: x86-registered-target
+; RUN: opt -mtriple=x86_64 -S -passes=globalopt -o - < %s | FileCheck %s
6
7
define void @caller1() {
8
; CHECK-LABEL: define void @caller1() local_unnamed_addr {
0 commit comments