[all-commits] [llvm/llvm-project] 58a4b4: [Driver][test] Fix incorrect -arch= -amx-int8
Fangrui Song via All-commits
all-commits at lists.llvm.org
Wed Aug 31 18:13:39 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 58a4b4fcebf45eecafab00d006de019d76f828d8
https://github.com/llvm/llvm-project/commit/58a4b4fcebf45eecafab00d006de019d76f828d8
Author: Fangrui Song <i at maskray.me>
Date: 2022-08-31 (Wed, 31 Aug 2022)
Changed paths:
M clang/test/Driver/darwin-version.c
M clang/test/Preprocessor/x86_amx_target_features.c
Log Message:
-----------
[Driver][test] Fix incorrect -arch= -amx-int8
This is not a driver option. It happens to work because of an ignored Joined -a.
Commit: 08d9912d1c599b5d79d4f2cd6f6be2cdb2bbfa83
https://github.com/llvm/llvm-project/commit/08d9912d1c599b5d79d4f2cd6f6be2cdb2bbfa83
Author: Fangrui Song <i at maskray.me>
Date: 2022-08-31 (Wed, 31 Aug 2022)
Changed paths:
M clang/include/clang/Driver/Options.td
Log Message:
-----------
[Driver] Remove unimplemented Joined -a / --profile-blocks
GCC removed the option on 2010-08-03.
We support a few -a*. Having the Joined -a may make typos unnoticed.
Compare: https://github.com/llvm/llvm-project/compare/a2670b92a254...08d9912d1c59
More information about the All-commits
mailing list