diff options
author | Jyotsna Verma <jverma@codeaurora.org> | 2013-03-25 20:20:34 +0000 |
---|---|---|
committer | Jyotsna Verma <jverma@codeaurora.org> | 2013-03-25 20:20:34 +0000 |
commit | 7f7f6a8da456a822d5bc6a048d96ac8c53935587 (patch) | |
tree | f37b2b7692493edd8f726aaf81f20d2350b4fb42 /test/DebugInfo/two-cus-from-same-file.ll | |
parent | 0c8f21afbd31e796c18a6a59b9f1039a71145c96 (diff) |
XFAIL DebugInfo tests for Hexagon.
Hexagon does not support -filetype=obj(direct object generation) flag. Therefore,
the following tests are being XFAILed:
test/DebugInfo/dwarf-public-names.ll
test/DebugInfo/member-pointers.ll
test/DebugInfo/two-cus-from-same-file.ll
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@177901 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/DebugInfo/two-cus-from-same-file.ll')
-rw-r--r-- | test/DebugInfo/two-cus-from-same-file.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/DebugInfo/two-cus-from-same-file.ll b/test/DebugInfo/two-cus-from-same-file.ll index 64dd422fbe..58671d59f7 100644 --- a/test/DebugInfo/two-cus-from-same-file.ll +++ b/test/DebugInfo/two-cus-from-same-file.ll @@ -6,6 +6,7 @@ ; RUN: llc %s -o %t -filetype=obj -O0 ; RUN: llvm-dwarfdump -debug-dump=info %t | FileCheck %s +; XFAIL: hexagon ; ModuleID = 'test.bc' @str = private unnamed_addr constant [4 x i8] c"FOO\00" |