commit | 162b489c538663a44412f9102bc20d3d8c9bb2d4 | [log] [tgz] |
---|---|---|
author | Yudhistira Erlandinata <yerlandinata@google.com> | Mon Sep 23 11:53:16 2024 +0800 |
committer | Yudhistira Erlandinata <yerlandinata@google.com> | Wed Sep 25 08:34:36 2024 +0000 |
tree | 1da7f8b0b921c4c4420c9323872e4573c383e6e4 | |
parent | 29c267af2db1842c13ccb124b1c82eeadd2a1890 [diff] [blame] |
Add alderlake arch variant Test: m --no-skip-soong-tests Bug: 368997831 Change-Id: Iec89c1358fea29f1b1d7a0433ad1d3b4375b8625
diff --git a/cc/config/x86_device.go b/cc/config/x86_device.go index 4b0041c..a92881d 100644 --- a/cc/config/x86_device.go +++ b/cc/config/x86_device.go
@@ -42,6 +42,9 @@ "x86_64": []string{ "-march=prescott", }, + "alderlake": []string{ + "-march=alderlake", + }, "atom": []string{ "-march=atom", },