diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2014-04-03 02:27:00 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2014-04-03 02:27:00 +0000 |
commit | 41de905e259cb49cd055806fa87ec787010ee687 (patch) | |
tree | 94944a83540113b46a5bbdb21bdb72e3797c8564 /llvm/test/DebugInfo/arm-relocs.test | |
parent | b0e3b66fa5ef650a0a358a1db6b0067ed351e4ad (diff) | |
download | bcm5719-llvm-41de905e259cb49cd055806fa87ec787010ee687.tar.gz bcm5719-llvm-41de905e259cb49cd055806fa87ec787010ee687.zip |
Add support for the R_ARM_ABS32 relocation.
This should bring the arm buildbots back.
llvm-svn: 205502
Diffstat (limited to 'llvm/test/DebugInfo/arm-relocs.test')
-rw-r--r-- | llvm/test/DebugInfo/arm-relocs.test | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/llvm/test/DebugInfo/arm-relocs.test b/llvm/test/DebugInfo/arm-relocs.test new file mode 100644 index 00000000000..13e11f7043f --- /dev/null +++ b/llvm/test/DebugInfo/arm-relocs.test @@ -0,0 +1,5 @@ +RUN: llvm-dwarfdump %p/Inputs/arm-relocs.elf-arm | FileCheck %s + +; CHECK: debug_info contents +; CHECK: DW_TAG_enumeration_type +; CHECK-NEXT: DW_AT_name{{.*}} = "e1" |