[PATCH] [TSan][MIPS] Adding support for MIPS64
Alexey Samsonov
vonosmas at gmail.com
Thu Feb 19 18:02:00 PST 2015
LGTM, feel free to submit after addressing one nit below.
REPOSITORY
rL LLVM
================
Comment at: lib/tsan/CMakeLists.txt:111
@@ +110,3 @@
+foreach(arch ${TSAN_SUPPORTED_ARCH})
+ if(arch STREQUAL "x86_64")
+ add_custom_target(GotsanRuntimeCheck
----------------
No, I actually meant to put it inside foreach() loop above, where we create a build rule for clang_rt.tsan-${arch}.
http://reviews.llvm.org/D6291
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
More information about the llvm-commits
mailing list