aboutsummaryrefslogtreecommitdiff
path: root/compiler_wrapper/gcc_flags_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'compiler_wrapper/gcc_flags_test.go')
-rw-r--r--compiler_wrapper/gcc_flags_test.go6
1 files changed, 1 insertions, 5 deletions
diff --git a/compiler_wrapper/gcc_flags_test.go b/compiler_wrapper/gcc_flags_test.go
index 8de07a47..adf72018 100644
--- a/compiler_wrapper/gcc_flags_test.go
+++ b/compiler_wrapper/gcc_flags_test.go
@@ -34,11 +34,7 @@ func TestConvertClangToGccFlags(t *testing.T) {
in string
out string
}{
- {"-march=goldmont", "-march=silvermont"},
- {"-march=goldmont-plus", "-march=silvermont"},
- {"-march=skylake", "-march=corei7"},
- {"-march=tigerlake", "-march=corei7"},
- {"-march=tremont", "-march=silvermont"},
+ {"-march=alderlake", "-march=skylake"},
}
for _, tt := range tests {