mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-04 17:56:53 +00:00
Properly test the LLVM_USE_RVALUE_REFERENCES macro.
llvm-svn: 161979
This commit is contained in:
parent
b1010e4913
commit
793631c9bf
@ -375,7 +375,7 @@ TEST_F(FileSystemTest, FileMapping) {
|
||||
|
||||
// Unmap temp file
|
||||
|
||||
#ifdef LLVM_USE_RVALUE_REFERENCES
|
||||
#if LLVM_USE_RVALUE_REFERENCES
|
||||
fs::mapped_file_region m(Twine(TempPath),
|
||||
fs::mapped_file_region::readonly,
|
||||
0,
|
||||
|
Loading…
Reference in New Issue
Block a user