[clang] Document the return value of __builtin_COLUMN (#118360)
[llvm-project.git] / llvm / lib / Target / RISCV / MCA / CMakeLists.txt
blobb8f294b2f3e2369603f0f354f57b1d50040bc8d9
1 add_llvm_component_library(LLVMRISCVTargetMCA
2   RISCVCustomBehaviour.cpp
4   LINK_COMPONENTS
5   CodeGenTypes
6   MC
7   MCA
8   MCParser
9   RISCVDesc
10   RISCVInfo
11   Support
12   TargetParser
14   ADD_TO_COMPONENT
15   RISCV
16   )