commit | 1d2d12deb1849304ece5b9a6688571ecf3958be5 | [log] [tgz] |
---|---|---|
author | Michael J. Spencer <bigcheesegs@gmail.com> | Wed Aug 15 19:16:27 2012 +0000 |
committer | Michael J. Spencer <bigcheesegs@gmail.com> | Wed Aug 15 19:16:27 2012 +0000 |
tree | 497177bc6f95c3e6a0e3c1faeeddd61746d93fab | |
parent | ecf77b56ddc7add0552c79146bb69f043c52a10f [diff] |
Properly test the LLVM_USE_RVALUE_REFERENCES macro. llvm-svn: 161978
diff --git a/llvm/lib/Support/Windows/PathV2.inc b/llvm/lib/Support/Windows/PathV2.inc index 23f42aa..696768b 100644 --- a/llvm/lib/Support/Windows/PathV2.inc +++ b/llvm/lib/Support/Windows/PathV2.inc
@@ -861,7 +861,7 @@ ::CloseHandle(FileHandle); } -#ifdef LLVM_USE_RVALUE_REFERENCES +#if LLVM_USE_RVALUE_REFERENCES mapped_file_region::mapped_file_region(mapped_file_region &&other) : Mode(other.Mode) , Size(other.Size)