Summary: Make BOLT build in VisualStudio compiler and run without crashing on a simple test. Other tests are not running. (cherry picked from FBD32378736)
11 lines
133 B
CMake
11 lines
133 B
CMake
add_llvm_library(LLVMBOLTUtils
|
|
CommandLineOpts.cpp
|
|
Utils.cpp
|
|
|
|
LINK_LIBS
|
|
${LLVM_PTHREAD_LIB}
|
|
|
|
LINK_COMPONENTS
|
|
Support
|
|
)
|