This revision was automatically updated to reflect the committed changes.
Closed by commit rL272185: Specify target in lifetime-asan test. (authored by
vitalybuka).
Changed prior to commit:
http://reviews.llvm.org/D21117?vs=59987&id=60071#toc
Repository:
rL LLVM
http://reviews.llvm.org/D211
christof accepted this revision.
christof added a reviewer: christof.
christof added a comment.
I've tested it and it removes the issue I saw. The following error is gone:
clang-3.9: error: unsupported option '-fsanitize=address' for target
'aarch64-arm-none-eabi’
Thanks
http://reviews.llvm.o
yaron.keren added a subscriber: yaron.keren.
yaron.keren accepted this revision.
yaron.keren added a reviewer: yaron.keren.
yaron.keren added a comment.
This revision is now accepted and ready to land.
You mean
Some target platforms do not support -fsanitize=address.
http://reviews.llvm.org/D21