Fix thunks.cpp test, don't FileCheck for anon namespace id
authorReid Kleckner <rnk@google.com>
Sat, 7 Sep 2019 00:41:08 +0000 (00:41 +0000)
committerReid Kleckner <rnk@google.com>
Sat, 7 Sep 2019 00:41:08 +0000 (00:41 +0000)
commita8d3771a318fa9ac2519c6b3f2979ba735b65941
treef41a52f85f2b0f0cae2235232df52bf667db2e7c
parent3f2c9917a4310a2835ffcc5a7be6226d0d218682
Fix thunks.cpp test, don't FileCheck for anon namespace id

The anon namespace id is a hash of the main input path to the compiler,
which varies in the test suite because the input path is absolute.

llvm-svn: 371277
clang/test/CodeGenCXX/thunks.cpp