[PATCH] D58858: [msan] Instrument x86 BMI intrinsics.

Evgenii Stepanov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 14 15:03:14 PDT 2019


eugenis added a comment.

As far as I can see, "unit" tests in lib/msan/tests also use the freshly built compiler through msan_compile / clang_compile cmake macros. Otherwise this CL would break everyone's builds.

Both standalone and in-tree use cases seem to be handled, as long as you pass correct COMPILER_RT_TEST_COMPILER to cmake.
What are you doing differently?


Repository:
  rCRT Compiler Runtime

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D58858/new/

https://reviews.llvm.org/D58858





More information about the llvm-commits mailing list