[PATCH] D51648: [UBSan] Partially fix `test/ubsan/TestCases/Misc/log-path_test.cc` so that it can run on devices.
Vedant Kumar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 12 12:15:29 PDT 2018
vsk accepted this revision.
vsk added a comment.
This revision is now accepted and ready to land.
I think what %device_rm is doing is reasonably clear. I'd rather have this available than rely on the device correctly deleting files as needed.
I do wish that we could do something cleaner than substitute in 'echo' when %device_rm is unavailable, but don't have a better suggestion right now.
LGTM.
Repository:
rCRT Compiler Runtime
https://reviews.llvm.org/D51648
More information about the llvm-commits
mailing list