File tree Expand file tree Collapse file tree 12 files changed +22
-22
lines changed Expand file tree Collapse file tree 12 files changed +22
-22
lines changed Original file line number Diff line number Diff line change @@ -117,17 +117,17 @@ add_clang_library(clangCodeGen
117117 PatternInit.cpp
118118 SanitizerMetadata.cpp
119119 SwiftCallingConv.cpp
120- TargetBuiltins/ARM .cpp
121- TargetBuiltins/AMDGPU .cpp
122- TargetBuiltins/DirectX .cpp
123- TargetBuiltins/Hexagon .cpp
124- TargetBuiltins/NVPTX .cpp
125- TargetBuiltins/PPC .cpp
126- TargetBuiltins/RISCV .cpp
127- TargetBuiltins/SPIR .cpp
128- TargetBuiltins/SystemZ .cpp
129- TargetBuiltins/WebAssembly .cpp
130- TargetBuiltins/X86 .cpp
120+ TargetBuiltins/BuiltinARM .cpp
121+ TargetBuiltins/BuiltinAMDGPU .cpp
122+ TargetBuiltins/BuiltinDirectX .cpp
123+ TargetBuiltins/BuiltinHexagon .cpp
124+ TargetBuiltins/BuiltinNVPTX .cpp
125+ TargetBuiltins/BuiltinPPC .cpp
126+ TargetBuiltins/BuiltinRISCV .cpp
127+ TargetBuiltins/BuiltinSPIR .cpp
128+ TargetBuiltins/BuiltinSystemZ .cpp
129+ TargetBuiltins/BuiltinWebAssembly .cpp
130+ TargetBuiltins/BuiltinX86 .cpp
131131 TargetInfo.cpp
132132 Targets/AArch64.cpp
133133 Targets/AMDGPU.cpp
Original file line number Diff line number Diff line change 1- // ===------- AMDCPU .cpp - Emit LLVM Code for builtins ------- --------------===//
1+ // ===------- BuiltinAMDGPU .cpp - Emit LLVM Code for builtins --------------===//
22//
33// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
44// See https://llvm.org/LICENSE.txt for license information.
Original file line number Diff line number Diff line change 1- // ===---------- ARM .cpp - Emit LLVM Code for builtins ------- --------------===//
1+ // ===---------- BuiltinARM .cpp - Emit LLVM Code for builtins --------------===//
22//
33// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
44// See https://llvm.org/LICENSE.txt for license information.
Original file line number Diff line number Diff line change 1- // ===--------- DirectX .cpp - Emit LLVM Code for builtins ------- -----------===//
1+ // ===--------- BuiltinDirectX .cpp - Emit LLVM Code for builtins -----------===//
22//
33// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
44// See https://llvm.org/LICENSE.txt for license information.
Original file line number Diff line number Diff line change 1- // ===------ Hexagon .cpp - Emit LLVM Code for builtins ------- --------------===//
1+ // ===------ BuiltinHexagon .cpp - Emit LLVM Code for builtins --------------===//
22//
33// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
44// See https://llvm.org/LICENSE.txt for license information.
Original file line number Diff line number Diff line change 1- // ===-------- NVPTX .cpp - Emit LLVM Code for builtins ------- --------------===//
1+ // ===-------- BuiltinNVPTX .cpp - Emit LLVM Code for builtins --------------===//
22//
33// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
44// See https://llvm.org/LICENSE.txt for license information.
Original file line number Diff line number Diff line change 1- // ===---------- PPC .cpp - Emit LLVM Code for builtins ------- --------------===//
1+ // ===---------- BuiltinPPC .cpp - Emit LLVM Code for builtins --------------===//
22//
33// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
44// See https://llvm.org/LICENSE.txt for license information.
Original file line number Diff line number Diff line change 1- // ===-------- RISCV .cpp - Emit LLVM Code for builtins ------- --------------===//
1+ // ===-------- BuiltinRISCV .cpp - Emit LLVM Code for builtins --------------===//
22//
33// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
44// See https://llvm.org/LICENSE.txt for license information.
Original file line number Diff line number Diff line change 1- // ===--------- SPIR .cpp - Emit LLVM Code for builtins ------- --------------===//
1+ // ===--------- BuiltinSPIR .cpp - Emit LLVM Code for builtins --------------===//
22//
33// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
44// See https://llvm.org/LICENSE.txt for license information.
Original file line number Diff line number Diff line change 1- // ===------ SystemZ .cpp - Emit LLVM Code for builtins ------- --------------===//
1+ // ===------ BuiltinSystemZ .cpp - Emit LLVM Code for builtins --------------===//
22//
33// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
44// See https://llvm.org/LICENSE.txt for license information.
You can’t perform that action at this time.
0 commit comments