
The cmake test generator needed to be updated to support the same flags as the source. To simplify the code, I moved it to a new file.
7 lines
182 B
CMake
7 lines
182 B
CMake
include(LLVMLibCCompileOptionRules)
|
|
include(LLVMLibCTargetNameUtils)
|
|
include(LLVMLibCFlagRules)
|
|
include(LLVMLibCObjectRules)
|
|
include(LLVMLibCLibraryRules)
|
|
include(LLVMLibCTestRules)
|