]> granicus.if.org Git - clang/commit
Prepare tests for change to emit Module SourceFileName to LLVM assembly
authorTeresa Johnson <tejohnson@google.com>
Wed, 30 Mar 2016 13:59:49 +0000 (13:59 +0000)
committerTeresa Johnson <tejohnson@google.com>
Wed, 30 Mar 2016 13:59:49 +0000 (13:59 +0000)
commit3d7d9336166e9352a524c8aedab9346ec478325e
treed5fae46c7cf2352186fc6804d31b7c7f6670c941
parent222b56d7670c4002fa947ad463bbb0eb036b8d8d
Prepare tests for change to emit Module SourceFileName to LLVM assembly

Modify these tests to ignore the source file name when looking for the
expected string. It was already catching the source file name once via
the ModuleID, and will catch it another time with an impending change to
LLVM to serialize out the module's SourceFileName.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@264868 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGen/sret.c
test/CodeGen/sret2.c