Richard Trieu
0b9234b915
Remove unnecessary options from test RUN lines.
...
These tests do not check the color printing, so color options should not
be used when running them.
llvm-svn: 341498
2018-09-05 22:14:46 +00:00
Richard Trieu
0ac2eb7369
[ODRHash] Fix hashing for friend functions.
...
When hashing a templated function, use the hash of the function it was
instantiated from.
llvm-svn: 325742
2018-02-22 05:50:29 +00:00
Richard Trieu
cc64266f53
Add context to why test was disabled on Windows
...
test/Modules/odr_hash-Friend.cpp triggers an assertion in MicrosoftMangle.cpp
This has been reported in PR35939
llvm-svn: 322593
2018-01-16 19:53:06 +00:00
Richard Trieu
5923a6da05
Try to suppress Windows testing again.
...
llvm-svn: 322420
2018-01-12 23:13:33 +00:00
Richard Trieu
526fb05c0a
Disable test for Windows to fix Windows buildbots.
...
llvm-svn: 322405
2018-01-12 21:49:20 +00:00
Richard Trieu
4eefb4511d
[ODRHash] Don't hash friend functions.
...
In certain combinations of templated classes and friend functions, the body
of friend functions does not get propagated along with function signature.
Exclude friend functions for hashing to avoid this case.
llvm-svn: 322350
2018-01-12 04:42:27 +00:00