aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-c-test/CMakeLists.txt
AgeCommit message (Expand)AuthorFilesLines
2019-05-24Fix BUILD_SHARED_LIBS builds after r361567Daniel Sanders1-0/+2
2019-05-23Break false dependencies on target librariesDaniel Sanders1-1/+3
2017-11-01[LLVM-C] Expose functions to create debug locations via DIBuilder.whitequark1-0/+1
2016-11-15[C API] Prevent nullptr dereferences in C API for counting attributes.Amaury Sechet1-0/+1
2016-04-08[llvm-c] Expose LLVMContextGetDiagnostic{Handler,Context}Jeroen Ketema1-0/+1
2016-02-05Add Support to llvm-c-test dependanciesAmaury Sechet1-0/+1
2016-02-04Improve testing for the C APIAmaury Sechet1-0/+1
2015-01-28Fix LLVMSetMetadata and LLVMAddNamedMetadataOperand for single value MDNodesBjorn Steinbrink1-0/+1
2014-12-18Have llvm-c-test only use libLLVM if libLLVM has all the right components.Chris Bieneman1-3/+21
2014-11-10[CMake] llvm-c-test: Use libLLVM.so if it is available.NAKAMURA Takumi1-0/+9
2014-01-08Use -std=gnu99 in tools/llvm-c-test/CMakeLists.txtRafael Espindola1-1/+1
2013-12-10[CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists.txt.NAKAMURA Takumi1-1/+8
2013-10-23Add llvm-c-test tool for testing llvm-cAnders Waldenborg1-0/+16