summaryrefslogtreecommitdiff
path: root/test/Linker/debug-info-version-a.ll
diff options
context:
space:
mode:
authorAdrian Prantl <aprantl@apple.com>2016-04-01 00:16:49 +0000
committerAdrian Prantl <aprantl@apple.com>2016-04-01 00:16:49 +0000
commit7876f64bc35215e06cfcc0d18aa6a81d2f7a31a4 (patch)
tree420ebb2a3c67bdb84471e136617676636bd705a1 /test/Linker/debug-info-version-a.ll
parent120652acc2832081117d2bbef8c98e6de012d254 (diff)
testcase gardening: update the emissionKind enum to the new syntax. (NFC)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@265081 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Linker/debug-info-version-a.ll')
-rw-r--r--test/Linker/debug-info-version-a.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Linker/debug-info-version-a.ll b/test/Linker/debug-info-version-a.ll
index 1d1793fdc0b..f57b3655fb8 100644
--- a/test/Linker/debug-info-version-a.ll
+++ b/test/Linker/debug-info-version-a.ll
@@ -11,6 +11,6 @@
!llvm.dbg.cu = !{!1}
!0 = !{i32 2, !"Debug Info Version", i32 3}
-!1 = distinct !DICompileUnit(language: DW_LANG_C99, producer: "clang", isOptimized: true, emissionKind: 1, file: !2, enums: !3, retainedTypes: !3, subprograms: !3)
+!1 = distinct !DICompileUnit(language: DW_LANG_C99, producer: "clang", isOptimized: true, emissionKind: FullDebug, file: !2, enums: !3, retainedTypes: !3, subprograms: !3)
!2 = !DIFile(filename: "a.c", directory: "")
!3 = !{}