Skip to content

Commit

Permalink
[RISCV] Move sifive_files to riscv_files (#66872)
Browse files Browse the repository at this point in the history
  • Loading branch information
4vtomat committed Sep 21, 2023
1 parent 910b76a commit fe87d62
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions clang/lib/Headers/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,6 @@ set(ppc_htm_files

set(riscv_files
riscv_ntlh.h
)

set(sifive_files
sifive_vector.h
)

Expand Down Expand Up @@ -271,7 +268,6 @@ set(files
${ppc_files}
${ppc_htm_files}
${riscv_files}
${sifive_files}
${systemz_files}
${ve_files}
${x86_files}
Expand Down Expand Up @@ -477,7 +473,7 @@ add_header_target("loongarch-resource-headers" "${loongarch_files}")
add_header_target("mips-resource-headers" "${mips_msa_files}")
add_header_target("ppc-resource-headers" "${ppc_files};${ppc_wrapper_files}")
add_header_target("ppc-htm-resource-headers" "${ppc_htm_files}")
add_header_target("riscv-resource-headers" "${riscv_files};${riscv_generated_files};${sifive_files}")
add_header_target("riscv-resource-headers" "${riscv_files};${riscv_generated_files}")
add_header_target("systemz-resource-headers" "${systemz_files}")
add_header_target("ve-resource-headers" "${ve_files}")
add_header_target("webassembly-resource-headers" "${webassembly_files}")
Expand Down Expand Up @@ -623,11 +619,6 @@ install(
EXCLUDE_FROM_ALL
COMPONENT riscv-resource-headers)

install(
FILES ${sifive_files}
DESTINATION ${header_install_dir}
COMPONENT riscv-resource-headers)

install(
FILES ${systemz_files}
DESTINATION ${header_install_dir}
Expand Down

0 comments on commit fe87d62

Please sign in to comment.