summaryrefslogtreecommitdiff
path: root/test/CodeGen/XCore
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-08-15 06:09:35 +0000
committerChris Lattner <sabre@nondot.org>2009-08-15 06:09:35 +0000
commit760e24cd0514d4459eb2802d81472432f688de09 (patch)
tree28a6b2e488da05c592837b1f962f1de80a474731 /test/CodeGen/XCore
parent203b3e9e2a61be88e8d36a58c5615712e34c6a47 (diff)
downloadllvm-760e24cd0514d4459eb2802d81472432f688de09.tar.gz
llvm-760e24cd0514d4459eb2802d81472432f688de09.tar.bz2
llvm-760e24cd0514d4459eb2802d81472432f688de09.tar.xz
use XCore-specific section with xcore specific cp/dp flags to restore
support for globals going into the appropriate sections with the flags. This hopefully finishes unbreaking the previous behavior that I broke before. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79079 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/XCore')
-rw-r--r--test/CodeGen/XCore/globals.ll1
-rw-r--r--test/CodeGen/XCore/tls.ll1
2 files changed, 0 insertions, 2 deletions
diff --git a/test/CodeGen/XCore/globals.ll b/test/CodeGen/XCore/globals.ll
index 07d56a1a3a..c3d5f52e68 100644
--- a/test/CodeGen/XCore/globals.ll
+++ b/test/CodeGen/XCore/globals.ll
@@ -1,5 +1,4 @@
; RUN: llvm-as < %s | llc -march=xcore -mcpu=xs1b-generic | FileCheck %s
-; XFAIL: *
define i32 *@addr_G1() {
entry:
diff --git a/test/CodeGen/XCore/tls.ll b/test/CodeGen/XCore/tls.ll
index d645608c48..8f35268d46 100644
--- a/test/CodeGen/XCore/tls.ll
+++ b/test/CodeGen/XCore/tls.ll
@@ -1,5 +1,4 @@
; RUN: llvm-as < %s | llc -march=xcore -mcpu=xs1b-generic | FileCheck %s
-; XFAIL: *
define i32 *@addr_G() {
entry: