summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/diagnostics
diff options
context:
space:
mode:
authorJames Henderson <jh7370@my.bristol.ac.uk>2017-09-11 15:55:54 +0000
committerJames Henderson <jh7370@my.bristol.ac.uk>2017-09-11 15:55:54 +0000
commit4c2a3ec33bc1e2387eea497ca1047f65e4c35058 (patch)
treed9c60b86cce3d276ff23ac31a7bcb41d3af613bc /libcxx/test/std/diagnostics
parent255488a1e08f1221849d1044ad7c610e169b8c9c (diff)
downloadbcm5719-llvm-4c2a3ec33bc1e2387eea497ca1047f65e4c35058.tar.gz
bcm5719-llvm-4c2a3ec33bc1e2387eea497ca1047f65e4c35058.zip
[ELF] Fix issue with test when build path contains '@'
'@' is a valid character in file paths, but the linker script tokenizer treats it as a separate token. This was leading to an unexpected test failure, on our local builds. This patch changes the test to quote the path to prevent this happening. An alternative would have been to add '@' to the list of "unquoted tokens" in ScriptLexer.cpp, but ld.bfd has the same behaviour as the current LLD. Reviewers: ruiu Differential Revision: https://reviews.llvm.org/D37689 llvm-svn: 312922
Diffstat (limited to 'libcxx/test/std/diagnostics')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud