summaryrefslogtreecommitdiff
path: root/tools/llvm-jitlistener/CMakeLists.txt
AgeCommit message (Expand)Author
2015-07-07Fix the -DBUILD_SHARED_LIBS=ON build.Rafael Espindola
2015-07-03Fix build with -DLLVM_USE_INTEL_JITEVENTS=ON -DLLVM_USE_OPROFILE=ON.Rafael Espindola
2014-10-29Fix build with CMake if LLVM_USE_INTEL_JITEVENTS option is enabledMichael Kuperstein
2014-10-23[CMake] Prune CRLF in CMakeLists.txt(s).NAKAMURA Takumi
2013-03-26Split out the IRReader header and the utility functions it provides intoChandler Carruth
2013-01-28Add support for source and line information to IntelJITEventListener for obje...Andrew Kaylor
2012-11-21Adding tests for the Intel JIT event listener's MCJIT support.Andrew Kaylor