]> granicus.if.org Git - clang/commit
Attempt to appease msc buildbot
authorGeorge Burgess IV <george.burgess.iv@gmail.com>
Wed, 9 Aug 2017 05:20:05 +0000 (05:20 +0000)
committerGeorge Burgess IV <george.burgess.iv@gmail.com>
Wed, 9 Aug 2017 05:20:05 +0000 (05:20 +0000)
commit7b5c4d2f68ddf5cee14cc3a1d89ae10cb2a826c9
tree296675693d9e63b4b12d7da355001b5facbf395f
parent8ff14c6f5576af38944573bb9689c5706bdc57c2
Attempt to appease msc buildbot

It was timing out on this test, but for reasons unrelated to the
specific bug it was testing for. Randomly breaking in gdb with `clang
-target i686-windows -fmsc-version=1700` reveals *many* frames from
MicrosoftCXXNameMangler. So, it would seem that some caching is needed
there, as well...

Fingers crossed that specifying a triple is sufficient to work around
this.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@310444 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGenCXX/pr29160.cpp