blob: 937240684e137cac9717879a943392f3d02e585d [file] [log] [blame]
list(APPEND CPPFLAGS -std=c++11)
llvm_test_run(WORKDIR ${CMAKE_CURRENT_BINARY_DIR})
llvm_test_executable(MemFunctions main.cpp)
target_link_libraries(MemFunctions benchmark)