diff options
Diffstat (limited to 'test/DebugInfo/ARM/tls.ll')
-rw-r--r-- | test/DebugInfo/ARM/tls.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/DebugInfo/ARM/tls.ll b/test/DebugInfo/ARM/tls.ll index 4cb707ad49562..3ef51e87428e7 100644 --- a/test/DebugInfo/ARM/tls.ll +++ b/test/DebugInfo/ARM/tls.ll @@ -1,5 +1,5 @@ ; RUN: llc -O0 -filetype=asm -mtriple=armv7-linux-gnuehabi < %s \ -; RUN: | FileCheck %s --check-prefix=CHECK +; RUN: | FileCheck %s ; RUN: llc -O0 -filetype=asm -mtriple=armv7-linux-gnuehabi -emulated-tls < %s \ ; RUN: | FileCheck %s --check-prefix=EMU @@ -22,7 +22,7 @@ ; TODO: Add expected output for -emulated-tls tests. ; EMU-NOT: .long x(tlsldo) -!0 = distinct !DICompileUnit(language: DW_LANG_C99, producer: "clang version 3.5 ", isOptimized: false, emissionKind: 0, file: !1, enums: !2, retainedTypes: !2, subprograms: !2, globals: !3, imports: !2) +!0 = distinct !DICompileUnit(language: DW_LANG_C99, producer: "clang version 3.5 ", isOptimized: false, emissionKind: FullDebug, file: !1, enums: !2, retainedTypes: !2, globals: !3, imports: !2) !1 = !DIFile(filename: "tls.c", directory: "/tmp") !2 = !{} !3 = !{!4} |