]> git.ipfire.org Git - thirdparty/gcc.git/commit
gccrs: Reorganize the CPU feature detection
authorAntoni Boucher <bouanto@zoho.com>
Fri, 11 Oct 2024 21:05:22 +0000 (17:05 -0400)
committerArthur Cohen <arthur.cohen@embecosm.com>
Fri, 21 Mar 2025 11:32:55 +0000 (12:32 +0100)
commit2d0fc643a0c837064f92f0b3122988b841b74b5f
tree228964915224e8dcdcb4bec721f73c2450cabc61
parent2a44562d0b65d9ec13d00f7eba87fe77cb1c6af3
gccrs: Reorganize the CPU feature detection

Move the code from i386-rust.cc to i386-rust-and-jit.inc so that it can
be reused by libgccjit.

gcc/ChangeLog:

* config/i386/i386-rust-and-jit.inc: New file.
* config/i386/i386-rust.cc: Move code to i386-rust-and-jit.inc.
gcc/config/i386/i386-rust-and-jit.inc [new file with mode: 0644]
gcc/config/i386/i386-rust.cc