diff options
author | Chandler Carruth <chandlerc@gmail.com> | 2011-12-10 21:40:31 +0000 |
---|---|---|
committer | Chandler Carruth <chandlerc@gmail.com> | 2011-12-10 21:40:31 +0000 |
commit | 59164b731b36a1018a8ac241b0f2dc0a08dfec90 (patch) | |
tree | 7d079424dba7d9c9217df3cb4c67cdcc02c89e78 /test/MC | |
parent | 2baabf0374ac639aa67446a299ac54d9217c20d4 (diff) | |
download | external_llvm-59164b731b36a1018a8ac241b0f2dc0a08dfec90.zip external_llvm-59164b731b36a1018a8ac241b0f2dc0a08dfec90.tar.gz external_llvm-59164b731b36a1018a8ac241b0f2dc0a08dfec90.tar.bz2 |
Don't assume things about the exact details of the LLVM version number,
such as what VCS information is attached.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@146333 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/MC')
-rw-r--r-- | test/MC/MachO/gen-dwarf.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/MC/MachO/gen-dwarf.s b/test/MC/MachO/gen-dwarf.s index 6b85135..c244570 100644 --- a/test/MC/MachO/gen-dwarf.s +++ b/test/MC/MachO/gen-dwarf.s @@ -45,7 +45,7 @@ _x: .long 1 // We don't check the file name as it is a temp directory // CHECK: DW_AT_name [DW_FORM_string] // We don't check the DW_AT_comp_dir which is the current working directory -// CHECK: DW_AT_producer [DW_FORM_string] ("llvm-mc (based on LLVM 3.1svn)") +// CHECK: DW_AT_producer [DW_FORM_string] ("llvm-mc (based on LLVM 3.1{{.*}})") // CHECK: DW_AT_language [DW_FORM_data2] (0x8001) // CHECK: DW_TAG_subprogram [2] * |