[llvm-commits] [llvm] r146333 - /llvm/trunk/test/MC/MachO/gen-dwarf.s
Chandler Carruth
chandlerc at gmail.com
Sat Dec 10 13:40:31 PST 2011
Author: chandlerc
Date: Sat Dec 10 15:40:31 2011
New Revision: 146333
URL: http://llvm.org/viewvc/llvm-project?rev=146333&view=rev
Log:
Don't assume things about the exact details of the LLVM version number,
such as what VCS information is attached.
Modified:
llvm/trunk/test/MC/MachO/gen-dwarf.s
Modified: llvm/trunk/test/MC/MachO/gen-dwarf.s
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/MC/MachO/gen-dwarf.s?rev=146333&r1=146332&r2=146333&view=diff
==============================================================================
--- llvm/trunk/test/MC/MachO/gen-dwarf.s (original)
+++ llvm/trunk/test/MC/MachO/gen-dwarf.s Sat Dec 10 15:40:31 2011
@@ -45,7 +45,7 @@
// 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] *
More information about the llvm-commits
mailing list