[llvm] r278732 - Fix a test that failed due to:
Hemant Kulkarni via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 15 13:36:17 PDT 2016
Author: khemant
Date: Mon Aug 15 15:36:16 2016
New Revision: 278732
URL: http://llvm.org/viewvc/llvm-project?rev=278732&view=rev
Log:
Fix a test that failed due to:
https://llvm.org/svn/llvm-project/llvm/trunk@278725 91177308-0d34-0410-b5e6-96231b3b80d8
Modified:
llvm/trunk/test/tools/llvm-objdump/X86/source-interleave-x86_64.ll
Modified: llvm/trunk/test/tools/llvm-objdump/X86/source-interleave-x86_64.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/tools/llvm-objdump/X86/source-interleave-x86_64.ll?rev=278732&r1=278731&r2=278732&view=diff
==============================================================================
--- llvm/trunk/test/tools/llvm-objdump/X86/source-interleave-x86_64.ll (original)
+++ llvm/trunk/test/tools/llvm-objdump/X86/source-interleave-x86_64.ll Mon Aug 15 15:36:16 2016
@@ -66,7 +66,7 @@ attributes #1 = { nounwind readnone }
!22 = !DILocation(line: 8, column: 13, scope: !14)
!23 = !DILocation(line: 8, column: 3, scope: !14)
; LINES: main:
-; LINES-NEXT: ; SRC_COMPDIR/source-interleave-x86_64.c:6
+; LINES-NEXT: ; {{[ -\(\)_A-Za-z0-9.\\/:]+}}source-interleave-x86_64.c:6
; SOURCE: main:
; SOURCE-NEXT: ; int main() {
More information about the llvm-commits
mailing list