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 | 1d76d4196ad1d6ec7d8019d44bf67ad463c3417d (patch) | |
| tree | c4449ccae2193fc6fb7d6a5b414c231eb55ffb77 | |
| parent | 1c468af8548dcbe4736caa04066fb9b04a65c30a (diff) | |
| download | bcm5719-llvm-1d76d4196ad1d6ec7d8019d44bf67ad463c3417d.tar.gz bcm5719-llvm-1d76d4196ad1d6ec7d8019d44bf67ad463c3417d.zip | |
Don't assume things about the exact details of the LLVM version number,
such as what VCS information is attached.
llvm-svn: 146333
| -rw-r--r-- | llvm/test/MC/MachO/gen-dwarf.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/MC/MachO/gen-dwarf.s b/llvm/test/MC/MachO/gen-dwarf.s index 6b851354ccc..c2445706c3c 100644 --- a/llvm/test/MC/MachO/gen-dwarf.s +++ b/llvm/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] * |

