aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Object/XCOFFObjectFile.cpp
diff options
context:
space:
mode:
authorgbhyamso <orlando.hyams@sony.com>2021-10-05 12:04:01 +0100
committergbhyamso <orlando.hyams@sony.com>2021-10-05 12:10:06 +0100
commit02895eede1a9a650e84d72afea2cd6ecf35ac1e7 (patch)
tree936bcdde48aaae8dced84521bb257d04e19da9ef /llvm/lib/Object/XCOFFObjectFile.cpp
parentbcefea80a40ead1e1fbec2e6fa001dd4816ca5c2 (diff)
downloadllvm-02895eede1a9a650e84d72afea2cd6ecf35ac1e7.zip
llvm-02895eede1a9a650e84d72afea2cd6ecf35ac1e7.tar.gz
llvm-02895eede1a9a650e84d72afea2cd6ecf35ac1e7.tar.bz2
[llvm-cxxfilt][NFC] Fix test for running in Windows cmd
The test llvm\test\tools\llvm-cxxfilt\delimiters.test started failling when run from cmd.exe on Windows after D110986 which added a unicode character (⦙) to it. Piping the unicode character in cmd.exe causes it to be converted to a '?'. That causes the test to fail because the llvm-cxxfilt output becomes Foo?Bar rather than the expected Foo⦙Bar. Redirect the echo output to and from a temporary file to get around this problem. It's not entirely clear what the root cause is, but two separate downstream builders are tripping up on this, so we are landing the work around for the time being. Differential Revision: https://reviews.llvm.org/D111072
Diffstat (limited to 'llvm/lib/Object/XCOFFObjectFile.cpp')
0 files changed, 0 insertions, 0 deletions