mirror of
https://github.com/intel/llvm.git
synced 2026-01-25 10:55:58 +08:00
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)
|