summaryrefslogtreecommitdiffstats
path: root/libcxx/src/experimental/filesystem/operations.cpp
diff options
context:
space:
mode:
authorBrian Gesiak <modocache@gmail.com>2016-10-10 01:19:27 +0000
committerBrian Gesiak <modocache@gmail.com>2016-10-10 01:19:27 +0000
commitb25861c31ea75e3ef5a5853bcf014f1507066d89 (patch)
tree765510efb0da96b0c669433032e59b714eca9d9e /libcxx/src/experimental/filesystem/operations.cpp
parentf35afa2cfcd0c11fcdd160c365e872e1913fb1e7 (diff)
downloadbcm5719-llvm-b25861c31ea75e3ef5a5853bcf014f1507066d89.tar.gz
bcm5719-llvm-b25861c31ea75e3ef5a5853bcf014f1507066d89.zip
[lit] Fix undefined symbol ArgumentError
Summary: `ArgumentError` is not defined by the Python standard library. Executing this line of code would throw a exception, but not the intended one. It would throw a `NameError` exception, since `ArgumentError` is undefined. Use `ValueError` instead, which is defined by the Python standard library. Reviewers: echristo, delcypher, beanz, ddunbar Subscribers: llvm-commits, mehdi_amini Differential Revision: https://reviews.llvm.org/D25410 llvm-svn: 283708
Diffstat (limited to 'libcxx/src/experimental/filesystem/operations.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud