blob: 808872893f6d70748b8d61c059e7add231ae4948 [file] [log] [blame]
list(APPEND CPPFLAGS -std=c++11 -pthread)
if(DEFINED BENCHMARKING_ONLY)
list(APPEND PROGRAMS_TO_SKIP stdthreadbug)
endif()
list(APPEND LDFLAGS -lstdc++ -pthread)
llvm_singlesource()