Files
clang-p2996/bolt/lib/Utils/CMakeLists.txt
Rafael Auler ae585be11c [BOLT] Fix Windows build
Summary:
Make BOLT build in VisualStudio compiler and run without
crashing on a simple test. Other tests are not running.

(cherry picked from FBD32378736)
2021-11-11 18:14:53 -08:00

11 lines
133 B
CMake

add_llvm_library(LLVMBOLTUtils
CommandLineOpts.cpp
Utils.cpp
LINK_LIBS
${LLVM_PTHREAD_LIB}
LINK_COMPONENTS
Support
)