mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-22 03:48:57 +00:00
Allow compilers that can't distinguish between a class instantiation and
the declaration of a function to compile this. llvm-svn: 19073
This commit is contained in:
parent
b9376dde14
commit
6676fe75c3
@ -175,7 +175,8 @@ bool BugDriver::run() {
|
||||
|
||||
// Make sure the reference output file gets deleted on exit from this
|
||||
// function, if appropriate.
|
||||
FileRemover RemoverInstance(sys::Path(ReferenceOutputFile), CreatedOutput);
|
||||
sys::Path ROF(ReferenceOutputFile);
|
||||
FileRemover RemoverInstance(ROF, CreatedOutput);
|
||||
|
||||
// Diff the output of the raw program against the reference output. If it
|
||||
// matches, then we have a miscompilation bug.
|
||||
|
Loading…
x
Reference in New Issue
Block a user