~afrantzis/mir/fix-clang-yakkety

« back to all changes in this revision

Viewing changes to cmake/MirCommon.cmake

  • Committer: Kevin DuBois
  • Date: 2016-07-14 13:05:37 UTC
  • mto: This revision was merged to the branch mainline in revision 3591.
  • Revision ID: kevin.dubois@canonical.com-20160714130537-3j21hono4xl2sad0
try a suppression file

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
    set(VALGRIND_CMD ${VALGRIND_CMD} "--num-callers=128")
30
30
    set(VALGRIND_CMD ${VALGRIND_CMD} "--suppressions=${CMAKE_SOURCE_DIR}/tools/valgrind_suppressions_generic")
31
31
    set(VALGRIND_CMD ${VALGRIND_CMD} "--suppressions=${CMAKE_SOURCE_DIR}/tools/valgrind_suppressions_glibc_2.23")
 
32
    set(VALGRIND_CMD ${VALGRIND_CMD} "--suppressions=${CMAKE_SOURCE_DIR}/tools/valgrind_suppressions_libhybris")
32
33
    if (TARGET_ARCH STREQUAL "arm-linux-gnueabihf")
33
34
      set(VALGRIND_CMD ${VALGRIND_CMD} "--suppressions=${CMAKE_SOURCE_DIR}/tools/valgrind_suppressions_armhf")
34
35
    endif()