[all-commits] [llvm/llvm-project] 461679: [RISCV] Re-order riscv-target-features.c to put no...
Craig Topper via All-commits
all-commits at lists.llvm.org
Thu Jan 18 23:15:36 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 461679f2925220f350c6bafb2d661c309c5e3ae8
https://github.com/llvm/llvm-project/commit/461679f2925220f350c6bafb2d661c309c5e3ae8
Author: Craig Topper <craig.topper at sifive.com>
Date: 2024-01-18 (Thu, 18 Jan 2024)
Changed paths:
M clang/test/Preprocessor/riscv-target-features.c
Log Message:
-----------
[RISCV] Re-order riscv-target-features.c to put non-experimental extensions together. (#78675)
Drop -menable-experimenta-extensions where it isn't needed.
This file has sections for non-experimental and experimental extensions,
but we keep forgetting to move things when we change the extension
status.
More information about the All-commits
mailing list