summaryrefslogtreecommitdiff
path: root/test/LTO
diff options
context:
space:
mode:
authorMehdi Amini <mehdi.amini@apple.com>2016-11-09 01:45:13 +0000
committerMehdi Amini <mehdi.amini@apple.com>2016-11-09 01:45:13 +0000
commit129c9fcdb8e103a5f9c71d5d1d73277600ef80a6 (patch)
treeaf4ec4646ef8160b74557ee0c5a8177a429ac19b /test/LTO
parent9e4483688bd446d278b7bb3b807c0c4891956a53 (diff)
Revert "[ThinLTO] Prevent exporting of locals used/defined in module level asm"
This reverts commit r286297. Introduces a dependency from libAnalysis to libObject, which I missed during the review. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@286329 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/LTO')
-rw-r--r--test/LTO/X86/current-section.ll3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/LTO/X86/current-section.ll b/test/LTO/X86/current-section.ll
index 69f8bfaac3b..49eee49ae62 100644
--- a/test/LTO/X86/current-section.ll
+++ b/test/LTO/X86/current-section.ll
@@ -2,7 +2,4 @@
; RUN: llvm-lto -o %t2 %t1
; REQUIRES: default_triple
-target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
-target triple = "x86_64-unknown-linux-gnu"
-
module asm ".align 4"