mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-15 15:48:38 +00:00
Disable this unit test on MSVC, which crashes while compiling it.
llvm-svn: 268985
This commit is contained in:
parent
c43404ab85
commit
4a8b17b9f3
@ -145,6 +145,8 @@ TEST(VerifierTest, CrossModuleMetadataRef) {
|
||||
.startswith("Referencing global in another module!"));
|
||||
}
|
||||
|
||||
#ifndef _MSC_VER
|
||||
// FIXME: This test causes an ICE in MSVC 2013.
|
||||
TEST(VerifierTest, StripInvalidDebugInfo) {
|
||||
LLVMContext C;
|
||||
Module M("M", C);
|
||||
@ -167,7 +169,7 @@ TEST(VerifierTest, StripInvalidDebugInfo) {
|
||||
MPM.run(M, MAM);
|
||||
EXPECT_FALSE(verifyModule(M));
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
} // end anonymous namespace
|
||||
} // end namespace llvm
|
||||
|
Loading…
Reference in New Issue
Block a user