[PATCH] D51648: [UBSan] Partially fix `test/ubsan/TestCases/Misc/log-path_test.cc` so that it can run on devices.
Filipe Cabecinhas via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 13 16:07:46 PDT 2018
filcab accepted this revision.
filcab added a comment.
LGTM. Thank you!
Filipe
================
Comment at: test/lit.common.cfg:112
+ lit_config.warning('%device_rm is not implemented')
+ config.substitutions.append( ('%device_rm', 'echo ') )
config.compile_wrapper = ""
----------------
Unsure if this is the best option, but it's ok for now. When I merge this to our tree I might post a patch to omit the warning on platforms that use "emulator" configs but don't need the device_rm.
Repository:
rCRT Compiler Runtime
https://reviews.llvm.org/D51648
More information about the llvm-commits
mailing list