Skip to content

Commit

Permalink
Attempt to appease msc buildbot
Browse files Browse the repository at this point in the history
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
  • Loading branch information
gburgessiv committed Aug 9, 2017
1 parent 8ff14c6 commit 7b5c4d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/CodeGenCXX/pr29160.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// RUN: %clang_cc1 -std=c++11 %s -o /dev/null -S
// RUN: %clang_cc1 -std=c++11 -triple i686-linux %s -o /dev/null -S
//
// This test's failure mode is running ~forever. (For some value of "forever"
// that's greater than 25 minutes on my machine)
Expand Down

0 comments on commit 7b5c4d2

Please sign in to comment.